MASTER            119 netinet/ip_carp.c 	enum { INIT = 0, BACKUP, MASTER }	sc_state;
MASTER            741 netinet/ip_carp.c 	case MASTER:
MASTER            980 netinet/ip_carp.c 			    (IFF_UP|IFF_RUNNING) && vh->sc_state == MASTER)
MASTER           1299 netinet/ip_carp.c 			if (vh->sc_state != MASTER)
MASTER           1398 netinet/ip_carp.c 			if (curvh->sc_state == MASTER &&
MASTER           1446 netinet/ip_carp.c 		    sc->sc_state == MASTER) {
MASTER           1450 netinet/ip_carp.c 		if (sc->sc_state == MASTER)
MASTER           1472 netinet/ip_carp.c 	if (sc->sc_state == MASTER)
MASTER           1495 netinet/ip_carp.c 		if ((vh->sc_state == MASTER || vh->sc_if.if_flags & IFF_LINK0)
MASTER           1588 netinet/ip_carp.c 	case MASTER:
MASTER           1591 netinet/ip_carp.c 		carp_set_state(sc, MASTER);
MASTER           1659 netinet/ip_carp.c 	case MASTER:
MASTER           2129 netinet/ip_carp.c 			if (sc->sc_state == MASTER) {
MASTER           2166 netinet/ip_carp.c 			case MASTER:
MASTER           2281 netinet/ip_carp.c 	    sc->sc_state == MASTER)
MASTER           2302 netinet/ip_carp.c 	if (sc->sc_carpdev != NULL && sc->sc_state == MASTER)
MASTER           2323 netinet/ip_carp.c 	case MASTER: