sc_lscount        147 netinet/ip_carp.c 	int sc_lscount;			/* # load sharing interfaces (max 32) */
sc_lscount       1405 netinet/ip_carp.c 	sc0->sc_lscount = count;
sc_lscount       1571 netinet/ip_carp.c 	if (sc->sc_lscount == 0) /* just to be safe */
sc_lscount       1573 netinet/ip_carp.c 	match = (1 << (ntohl(fold) % sc->sc_lscount)) & sc->sc_lsmask;