Symbol: carp_softc
sys/netinet/ip_carp.c
1018
struct carp_softc *sc = v;
sys/netinet/ip_carp.c
122
TAILQ_ENTRY(carp_softc) sc_list;
sys/netinet/ip_carp.c
1249
carp_send_arp(struct carp_softc *sc)
sys/netinet/ip_carp.c
1278
carp_send_na(struct carp_softc *sc)
sys/netinet/ip_carp.c
1327
carp_hash(struct carp_softc *sc, u_char *src)
sys/netinet/ip_carp.c
1349
struct carp_softc *vh;
sys/netinet/ip_carp.c
1375
struct carp_softc *sc = ia->ia_ifp->if_softc;
sys/netinet/ip_carp.c
1412
struct carp_softc *vh;
sys/netinet/ip_carp.c
1435
struct carp_softc *vh;
sys/netinet/ip_carp.c
1481
struct carp_softc *vh;
sys/netinet/ip_carp.c
1514
struct carp_softc *sc = v;
sys/netinet/ip_carp.c
1542
carp_setrun(struct carp_softc *sc, sa_family_t af)
sys/netinet/ip_carp.c
1601
carp_multicast_cleanup(struct carp_softc *sc)
sys/netinet/ip_carp.c
1635
carp_set_ifp(struct carp_softc *sc, struct ifnet *ifp)
sys/netinet/ip_carp.c
1638
struct carp_softc *vr, *after = NULL;
sys/netinet/ip_carp.c
171
TAILQ_HEAD(, carp_softc) vhif_vrs;
sys/netinet/ip_carp.c
1738
carp_set_enaddr(struct carp_softc *sc)
sys/netinet/ip_carp.c
1772
struct carp_softc *sc = (struct carp_softc *) v;
sys/netinet/ip_carp.c
1811
carp_set_addr(struct carp_softc *sc, struct sockaddr_in *sin)
sys/netinet/ip_carp.c
188
static void carp_hmac_prepare(struct carp_softc *);
sys/netinet/ip_carp.c
1882
carp_join_multicast(struct carp_softc *sc)
sys/netinet/ip_carp.c
189
static void carp_hmac_generate(struct carp_softc *, u_int32_t[2],
sys/netinet/ip_carp.c
1906
carp_set_addr6(struct carp_softc *sc, struct sockaddr_in6 *sin6)
sys/netinet/ip_carp.c
191
static int carp_hmac_verify(struct carp_softc *, u_int32_t[2],
sys/netinet/ip_carp.c
193
static void carp_setroute(struct carp_softc *, int);
sys/netinet/ip_carp.c
196
static void carpdetach(struct carp_softc *);
sys/netinet/ip_carp.c
197
static void carp_prepare_ad(struct mbuf *, struct carp_softc *,
sys/netinet/ip_carp.c
1975
carp_join_multicast6(struct carp_softc *sc)
sys/netinet/ip_carp.c
201
static void carp_send_arp(struct carp_softc *);
sys/netinet/ip_carp.c
2028
struct carp_softc *sc = ifp->if_softc, *vr;
sys/netinet/ip_carp.c
205
static void carp_setrun(struct carp_softc *, sa_family_t);
sys/netinet/ip_carp.c
206
static void carp_set_state(struct carp_softc *, int);
sys/netinet/ip_carp.c
210
static void carp_multicast_cleanup(struct carp_softc *);
sys/netinet/ip_carp.c
211
static int carp_set_ifp(struct carp_softc *, struct ifnet *);
sys/netinet/ip_carp.c
212
static void carp_set_enaddr(struct carp_softc *);
sys/netinet/ip_carp.c
216
static u_int32_t carp_hash(struct carp_softc *, u_char *);
sys/netinet/ip_carp.c
217
static int carp_set_addr(struct carp_softc *, struct sockaddr_in *);
sys/netinet/ip_carp.c
218
static int carp_join_multicast(struct carp_softc *);
sys/netinet/ip_carp.c
220
static void carp_send_na(struct carp_softc *);
sys/netinet/ip_carp.c
221
static int carp_set_addr6(struct carp_softc *, struct sockaddr_in6 *);
sys/netinet/ip_carp.c
2211
struct carp_softc *sc = ((struct carp_softc *)ifp->if_softc);
sys/netinet/ip_carp.c
222
static int carp_join_multicast6(struct carp_softc *);
sys/netinet/ip_carp.c
2223
carp_set_state(struct carp_softc *sc, int state)
sys/netinet/ip_carp.c
2237
carp_update_link_state(struct carp_softc *sc)
sys/netinet/ip_carp.c
226
static int carp_ether_addmulti(struct carp_softc *, struct ifreq *);
sys/netinet/ip_carp.c
2260
struct carp_softc *sc;
sys/netinet/ip_carp.c
227
static int carp_ether_delmulti(struct carp_softc *, struct ifreq *);
sys/netinet/ip_carp.c
228
static void carp_ether_purgemulti(struct carp_softc *);
sys/netinet/ip_carp.c
229
static void carp_update_link_state(struct carp_softc *sc);
sys/netinet/ip_carp.c
2296
carp_ether_addmulti(struct carp_softc *sc, struct ifreq *ifr)
sys/netinet/ip_carp.c
2352
carp_ether_delmulti(struct carp_softc *sc, struct ifreq *ifr)
sys/netinet/ip_carp.c
2406
carp_ether_purgemulti(struct carp_softc *sc)
sys/netinet/ip_carp.c
259
carp_hmac_prepare(struct carp_softc *sc)
sys/netinet/ip_carp.c
348
carp_hmac_generate(struct carp_softc *sc, u_int32_t counter[2],
sys/netinet/ip_carp.c
367
carp_hmac_verify(struct carp_softc *sc, u_int32_t counter[2],
sys/netinet/ip_carp.c
378
carp_setroute(struct carp_softc *sc, int cmd)
sys/netinet/ip_carp.c
502
struct carp_softc *sc = NULL;
sys/netinet/ip_carp.c
579
struct carp_softc *sc = NULL;
sys/netinet/ip_carp.c
647
struct carp_softc *sc;
sys/netinet/ip_carp.c
844
struct carp_softc *sc;
sys/netinet/ip_carp.c
894
struct carp_softc *sc = ifp->if_softc;
sys/netinet/ip_carp.c
908
carpdetach(struct carp_softc *sc)
sys/netinet/ip_carp.c
955
struct carp_softc *sc, *nextsc;
sys/netinet/ip_carp.c
965
carp_prepare_ad(struct mbuf *m, struct carp_softc *sc,
sys/netinet/ip_carp.c
985
struct carp_softc *vh;