Symbol: carp_softc
sys/net/if_var.h
454
struct carp_softc *ifa_carp; /* pointer to CARP data */
sys/net/if_var.h
63
struct carp_softc;
sys/netinet/ip_carp.c
1040
carp_tag(struct carp_softc *sc, struct mbuf *m)
sys/netinet/ip_carp.c
1058
carp_prepare_ad(struct mbuf *m, struct carp_softc *sc, struct carp_header *ch)
sys/netinet/ip_carp.c
1078
send_ad_locked(struct carp_softc *sc)
sys/netinet/ip_carp.c
1097
struct carp_softc *sc;
sys/netinet/ip_carp.c
1118
struct carp_softc *sc = v;
sys/netinet/ip_carp.c
1131
carp_send_ad_error(struct carp_softc *sc, int error)
sys/netinet/ip_carp.c
1197
carp_send_ad_locked(struct carp_softc *sc)
sys/netinet/ip_carp.c
1346
vrrp_send_ad_locked(struct carp_softc *sc)
sys/netinet/ip_carp.c
139
TAILQ_ENTRY(carp_softc) sc_list; /* On the carp_if list. */
sys/netinet/ip_carp.c
140
LIST_ENTRY(carp_softc) sc_next; /* On the global list. */
sys/netinet/ip_carp.c
150
TAILQ_HEAD(, carp_softc) cif_vrs;
sys/netinet/ip_carp.c
1527
carp_addroute(struct carp_softc *sc)
sys/netinet/ip_carp.c
1558
carp_delroute(struct carp_softc *sc)
sys/netinet/ip_carp.c
1591
struct carp_softc *sc = ifa->ifa_carp;
sys/netinet/ip_carp.c
1603
carp_send_arp(struct carp_softc *sc)
sys/netinet/ip_carp.c
1621
struct carp_softc *sc = ifa->ifa_carp;
sys/netinet/ip_carp.c
1634
carp_send_na(struct carp_softc *sc)
sys/netinet/ip_carp.c
1702
struct carp_softc *sc = ifa->ifa_carp;
sys/netinet/ip_carp.c
1732
struct carp_softc *sc;
sys/netinet/ip_carp.c
1759
struct carp_softc *sc = v;
sys/netinet/ip_carp.c
1776
carp_master_down_locked(struct carp_softc *sc, const char *reason)
sys/netinet/ip_carp.c
1812
carp_setrun(struct carp_softc *sc, sa_family_t af)
sys/netinet/ip_carp.c
2090
static struct carp_softc*
sys/netinet/ip_carp.c
2093
struct carp_softc *sc;
sys/netinet/ip_carp.c
2102
*sc = (struct carp_softc ){
sys/netinet/ip_carp.c
2148
carp_grow_ifas(struct carp_softc *sc)
sys/netinet/ip_carp.c
2162
carp_destroy(struct carp_softc *sc)
sys/netinet/ip_carp.c
2257
struct carp_softc *sc;
sys/netinet/ip_carp.c
2334
struct carp_softc *sc = ifa->ifa_carp;
sys/netinet/ip_carp.c
2389
carp_set_state(struct carp_softc *sc, int state, const char *reason)
sys/netinet/ip_carp.c
2413
struct carp_softc *sc;
sys/netinet/ip_carp.c
2425
carp_sc_state(struct carp_softc *sc)
sys/netinet/ip_carp.c
2467
struct carp_softc *sc;
sys/netinet/ip_carp.c
2573
struct carp_softc *sc;
sys/netinet/ip_carp.c
2675
struct carp_softc *sc;
sys/netinet/ip_carp.c
330
static struct carp_softc
sys/netinet/ip_carp.c
332
static void carp_destroy(struct carp_softc *);
sys/netinet/ip_carp.c
336
static void carp_set_state(struct carp_softc *, int, const char* reason);
sys/netinet/ip_carp.c
337
static void carp_sc_state(struct carp_softc *);
sys/netinet/ip_carp.c
338
static void carp_setrun(struct carp_softc *, sa_family_t);
sys/netinet/ip_carp.c
340
static void carp_master_down_locked(struct carp_softc *,
sys/netinet/ip_carp.c
342
static void carp_send_ad_locked(struct carp_softc *);
sys/netinet/ip_carp.c
343
static void vrrp_send_ad_locked(struct carp_softc *);
sys/netinet/ip_carp.c
344
static void carp_addroute(struct carp_softc *);
sys/netinet/ip_carp.c
346
static void carp_delroute(struct carp_softc *);
sys/netinet/ip_carp.c
351
static LIST_HEAD(, carp_softc) carp_list = LIST_HEAD_INITIALIZER(carp_list);
sys/netinet/ip_carp.c
376
carp_hmac_prepare(struct carp_softc *sc)
sys/netinet/ip_carp.c
451
carp_hmac_generate(struct carp_softc *sc, uint32_t counter[2],
sys/netinet/ip_carp.c
472
carp_hmac_verify(struct carp_softc *sc, uint32_t counter[2],
sys/netinet/ip_carp.c
819
struct carp_softc *sc;
sys/netinet/ip_carp.c
943
struct carp_softc *sc;