Home | Sort by: relevance | last modified time | path |
/src/sbin/ifconfig/ | |
carp.c | 68 static const char *carp_states[] = { CARP_STATES }; variable in typeref:typename:const char * [] 152 state = carp_states[carpr.carpr_state]; |
/src/sys/netinet/ | |
ip_carp.c | 2225 static const char *carp_states[] = { CARP_STATES }; local in function:carp_set_state 2230 CARP_LOG(sc, ("state transition from: %s -> to: %s", carp_states[sc->sc_state], carp_states[state])); |