Searched refs:carp_set_state (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 345 static void carp_set_state(struct carp_softc *, int, const char* reason); 904 carp_set_state(sc, BACKUP, in carp_input_c() 1017 carp_set_state(sc, BACKUP, in vrrp_input_c() 1771 carp_set_state(sc, MASTER, reason); in carp_master_down_locked() 1814 carp_set_state(sc, BACKUP, "initialization complete"); in carp_setrun() 2321 carp_set_state(sc, BACKUP, in carp_ioctl_set() 2586 carp_set_state(struct carp_softc *sc, int state, const char *reason) in carp_set_state() function 2637 carp_set_state(sc, INIT, "hardware interface down"); in carp_sc_state() 2644 carp_set_state(sc, INIT, "hardware interface up"); in carp_sc_state()
|