HomeSort by: relevance | last modified time | path
    Searched defs:carp_set_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_carp.c 206 static void carp_set_state(struct carp_softc *, int);
787 carp_set_state(sc, BACKUP);
926 carp_set_state(sc, INIT);
1525 carp_set_state(sc, MASTER);
1548 carp_set_state(sc, INIT);
1563 carp_set_state(sc, BACKUP);
1801 carp_set_state(sc, INIT);
1820 carp_set_state(sc, INIT);
1867 carp_set_state(sc, INIT);
1915 carp_set_state(sc, INIT)
2223 carp_set_state(struct carp_softc *sc, int state) function in typeref:typename:void
    [all...]
ip_carp.c 206 static void carp_set_state(struct carp_softc *, int);
787 carp_set_state(sc, BACKUP);
926 carp_set_state(sc, INIT);
1525 carp_set_state(sc, MASTER);
1548 carp_set_state(sc, INIT);
1563 carp_set_state(sc, BACKUP);
1801 carp_set_state(sc, INIT);
1820 carp_set_state(sc, INIT);
1867 carp_set_state(sc, INIT);
1915 carp_set_state(sc, INIT)
2223 carp_set_state(struct carp_softc *sc, int state) function in typeref:typename:void
    [all...]

Completed in 22 milliseconds