Searched refs:carp_header (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dip_carp.h60 struct carp_header { struct
80 CTASSERT(sizeof(struct carp_header) == 36);
H A Dip_carp.c294 static void carp_input_c(struct mbuf *, struct carp_header *, sa_family_t);
439 struct carp_header *ch;
463 CARP_DEBUG("%s: received len %zd < sizeof(struct carp_header) "
478 ch = (struct carp_header *)((char *)ip + iplen);
499 ch = (struct carp_header *)((char *)ip + iplen);
522 struct carp_header *ch;
552 IP6_EXTHDR_GET(ch, struct carp_header *, m, *offp, sizeof(*ch));
577 carp_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af)
699 carp_prepare_ad(struct mbuf *m, struct carp_softc *sc, struct carp_header *ch)
795 struct carp_header c
[all...]
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1154 PULLUP_TO(hlen, ulp, struct carp_header);
1155 if (((struct carp_header *)ulp)->carp_version !=
1158 if (((struct carp_header *)ulp)->carp_type !=

Completed in 68 milliseconds