Searched refs:carp_set_state (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | ip_carp.c | 334 static void carp_set_state(struct carp_softc *, int, const char* reason); 771 carp_set_state(sc, BACKUP, in carp_input_c() 1329 carp_set_state(sc, MASTER, reason); in carp_master_down_locked() 1371 carp_set_state(sc, BACKUP, "initialization complete"); in carp_setrun() 1842 carp_set_state(sc, BACKUP, in carp_ioctl_set() 2105 carp_set_state(struct carp_softc *sc, int state, const char *reason) in carp_set_state() function 2156 carp_set_state(sc, INIT, "hardware interface down"); in carp_sc_state() 2163 carp_set_state(sc, INIT, "hardware interface up"); in carp_sc_state()
|