Searched refs:carp_header (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_carp.h | 62 struct carp_header { struct 81 CTASSERT(sizeof(struct carp_header) == 36); argument
|
H A D | ip_carp.c | 337 static void carp_input_c(struct mbuf *, struct carp_header *, sa_family_t, int); 558 minlen = sizeof(struct carp_header); in carp_input() 594 struct carp_header *ch; in carp_input() 604 ch = (struct carp_header *)((char *)ip + iplen); in carp_input() 664 minlen = sizeof(struct carp_header); in carp6_input() 700 struct carp_header *ch; in carp6_input() 703 if (in_cksum_skip(m, *offp + sizeof(struct carp_header), in carp6_input() 711 ch = (struct carp_header *)((char *)ip6 + sizeof(*ip6)); in carp6_input() 824 carp_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af, int ttl) in carp_input_c() 1067 carp_prepare_ad(struct mbuf *m, struct carp_softc *sc, struct carp_header *ch) in carp_prepare_ad() [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 1701 struct carp_header, carp_counter)); in ipfw_chk() 1703 ((struct carp_header *)ulp)->carp_type) in ipfw_chk()
|