Searched refs:carp_set_state (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 316 static void carp_set_state(struct carp_softc *, int, const char* reason); 739 carp_set_state(sc, BACKUP, in carp_input_c() 1288 carp_set_state(sc, MASTER, reason); in carp_master_down_locked() 1330 carp_set_state(sc, BACKUP, "initialization complete"); in carp_setrun() 1804 carp_set_state(sc, BACKUP, in carp_ioctl() 2035 carp_set_state(struct carp_softc *sc, int state, const char *reason) in carp_set_state() function 2086 carp_set_state(sc, INIT, "hardware interface down"); in carp_sc_state() 2092 carp_set_state(sc, INIT, "hardware interface up"); in carp_sc_state()
|