Home
last modified time | relevance | path

Searched refs:carpr_state (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/netinet/
Dip_carp.h89 int carpr_state; member
Dip_carp.c1676 if (sc->sc_state != INIT && carpr.carpr_state != sc->sc_state) { in carp_ioctl()
1677 switch (carpr.carpr_state) { in carp_ioctl()
1737 carpr.carpr_state = sc->sc_state; in carp_ioctl()
/mirbsd/src/sbin/ifconfig/
Difconfig.c2611 if (carpr.carpr_state > CARP_MAXSTATE) in carp_status()
2614 state = carp_states[carpr.carpr_state]; in carp_status()
2723 carpr.carpr_state = i; in setcarp_state()