carp_softc 107 netinet/ip_carp.c struct carp_softc {
carp_softc 117 netinet/ip_carp.c TAILQ_ENTRY(carp_softc) sc_list;
carp_softc 161 netinet/ip_carp.c TAILQ_HEAD(, carp_softc) vhif_vrs;
carp_softc 178 netinet/ip_carp.c void carp_hmac_prepare(struct carp_softc *);
carp_softc 179 netinet/ip_carp.c void carp_hmac_prepare_ctx(struct carp_softc *, u_int8_t);
carp_softc 180 netinet/ip_carp.c void carp_hmac_generate(struct carp_softc *, u_int32_t *,
carp_softc 182 netinet/ip_carp.c int carp_hmac_verify(struct carp_softc *, u_int32_t *,
carp_softc 184 netinet/ip_carp.c void carp_setroute(struct carp_softc *, int);
carp_softc 187 netinet/ip_carp.c void carpdetach(struct carp_softc *);
carp_softc 188 netinet/ip_carp.c int carp_prepare_ad(struct mbuf *, struct carp_softc *,
carp_softc 192 netinet/ip_carp.c void carp_send_arp(struct carp_softc *);
carp_softc 198 netinet/ip_carp.c void carp_setrun(struct carp_softc *, sa_family_t);
carp_softc 199 netinet/ip_carp.c void carp_set_state(struct carp_softc *, int);
carp_softc 202 netinet/ip_carp.c void carp_multicast_cleanup(struct carp_softc *);
carp_softc 203 netinet/ip_carp.c int carp_set_ifp(struct carp_softc *, struct ifnet *);
carp_softc 204 netinet/ip_carp.c void carp_set_enaddr(struct carp_softc *);
carp_softc 206 netinet/ip_carp.c u_int32_t carp_hash(struct carp_softc *, u_char *);
carp_softc 207 netinet/ip_carp.c int carp_set_addr(struct carp_softc *, struct sockaddr_in *);
carp_softc 208 netinet/ip_carp.c int carp_join_multicast(struct carp_softc *);
carp_softc 210 netinet/ip_carp.c void carp_send_na(struct carp_softc *);
carp_softc 211 netinet/ip_carp.c int carp_set_addr6(struct carp_softc *, struct sockaddr_in6 *);
carp_softc 212 netinet/ip_carp.c int carp_join_multicast6(struct carp_softc *);
carp_softc 216 netinet/ip_carp.c int carp_ether_addmulti(struct carp_softc *, struct ifreq *);
carp_softc 217 netinet/ip_carp.c int carp_ether_delmulti(struct carp_softc *, struct ifreq *);
carp_softc 218 netinet/ip_carp.c void carp_ether_purgemulti(struct carp_softc *);
carp_softc 219 netinet/ip_carp.c int carp_group_demote_count(struct carp_softc *);
carp_softc 220 netinet/ip_carp.c void carp_update_lsmask(struct carp_softc *);
carp_softc 228 netinet/ip_carp.c carp_hmac_prepare(struct carp_softc *sc)
carp_softc 237 netinet/ip_carp.c carp_hmac_prepare_ctx(struct carp_softc *sc, u_int8_t ctx)
carp_softc 328 netinet/ip_carp.c carp_hmac_generate(struct carp_softc *sc, u_int32_t counter[2],
carp_softc 347 netinet/ip_carp.c carp_hmac_verify(struct carp_softc *sc, u_int32_t counter[2],
carp_softc 362 netinet/ip_carp.c carp_setroute(struct carp_softc *sc, int cmd)
carp_softc 506 netinet/ip_carp.c struct carp_softc *sc = NULL;
carp_softc 580 netinet/ip_carp.c struct carp_softc *sc = NULL;
carp_softc 639 netinet/ip_carp.c struct carp_softc *sc;
carp_softc 832 netinet/ip_carp.c struct carp_softc *sc;
carp_softc 891 netinet/ip_carp.c carpdetach(struct carp_softc *sc)
carp_softc 934 netinet/ip_carp.c struct carp_softc *sc, *nextsc;
carp_softc 944 netinet/ip_carp.c carp_prepare_ad(struct mbuf *m, struct carp_softc *sc, struct carp_header *ch)
carp_softc 971 netinet/ip_carp.c struct carp_softc *vh;
carp_softc 992 netinet/ip_carp.c struct carp_softc *sc = v;
carp_softc 1203 netinet/ip_carp.c carp_send_arp(struct carp_softc *sc)
carp_softc 1227 netinet/ip_carp.c carp_send_na(struct carp_softc *sc)
carp_softc 1265 netinet/ip_carp.c carp_hash(struct carp_softc *sc, u_char *src)
carp_softc 1287 netinet/ip_carp.c struct carp_softc *vh;
carp_softc 1327 netinet/ip_carp.c carp_update_lsmask(struct carp_softc *sc)
carp_softc 1329 netinet/ip_carp.c struct carp_softc *curvh, *vh, *sc0 = NULL;
carp_softc 1416 netinet/ip_carp.c struct carp_softc *sc = ia->ia_ifp->if_softc;
carp_softc 1461 netinet/ip_carp.c struct carp_softc *sc = ifp->if_softc;
carp_softc 1483 netinet/ip_carp.c struct carp_softc *vh;
carp_softc 1516 netinet/ip_carp.c struct carp_softc *vh;
carp_softc 1552 netinet/ip_carp.c struct carp_softc *sc = m->m_pkthdr.rcvif->if_softc;
carp_softc 1581 netinet/ip_carp.c struct carp_softc *sc = v;
carp_softc 1610 netinet/ip_carp.c carp_setrun(struct carp_softc *sc, sa_family_t af)
carp_softc 1668 netinet/ip_carp.c carp_multicast_cleanup(struct carp_softc *sc)
carp_softc 1702 netinet/ip_carp.c carp_set_ifp(struct carp_softc *sc, struct ifnet *ifp)
carp_softc 1705 netinet/ip_carp.c struct carp_softc *vr, *after = NULL;
carp_softc 1798 netinet/ip_carp.c carp_set_enaddr(struct carp_softc *sc)
carp_softc 1845 netinet/ip_carp.c struct carp_softc *sc = (struct carp_softc *) v;
carp_softc 1886 netinet/ip_carp.c carp_set_addr(struct carp_softc *sc, struct sockaddr_in *sin)
carp_softc 1954 netinet/ip_carp.c carp_join_multicast(struct carp_softc *sc)
carp_softc 1977 netinet/ip_carp.c carp_set_addr6(struct carp_softc *sc, struct sockaddr_in6 *sin6)
carp_softc 2044 netinet/ip_carp.c carp_join_multicast6(struct carp_softc *sc)
carp_softc 2094 netinet/ip_carp.c struct carp_softc *sc = ifp->if_softc, *vr;
carp_softc 2277 netinet/ip_carp.c struct carp_softc *sc = ifp->if_softc;
carp_softc 2300 netinet/ip_carp.c struct carp_softc *sc = ((struct carp_softc *)ifp->if_softc);
carp_softc 2311 netinet/ip_carp.c carp_set_state(struct carp_softc *sc, int state)
carp_softc 2338 netinet/ip_carp.c struct carp_softc *nil = NULL;
carp_softc 2358 netinet/ip_carp.c carp_group_demote_count(struct carp_softc *sc)
carp_softc 2373 netinet/ip_carp.c struct carp_softc *sc;
carp_softc 2406 netinet/ip_carp.c carp_ether_addmulti(struct carp_softc *sc, struct ifreq *ifr)
carp_softc 2458 netinet/ip_carp.c carp_ether_delmulti(struct carp_softc *sc, struct ifreq *ifr)
carp_softc 2508 netinet/ip_carp.c carp_ether_purgemulti(struct carp_softc *sc)