Home
last modified time | relevance | path

Searched refs:carp_header (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_carp.h62 struct carp_header { struct
82 CTASSERT(sizeof(struct carp_header) == 36); argument
/f-stack/freebsd/netinet/
H A Dip_carp.h62 struct carp_header { struct
82 CTASSERT(sizeof(struct carp_header) == 36); argument
H A Dip_carp.c309 static void carp_input_c(struct mbuf *, struct carp_header *, sa_family_t);
456 struct carp_header *ch; in carp_input()
498 ch = (struct carp_header *)((char *)ip + iplen); in carp_input()
519 ch = (struct carp_header *)((char *)ip + iplen); in carp_input()
543 struct carp_header *ch; in carp6_input()
581 ch = (struct carp_header *)(mtod(m, char *) + *offp); in carp6_input()
645 carp_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af) in carp_input_c()
913 struct carp_header ch; in carp_send_ad_locked()
916 struct carp_header *ch_ptr; in carp_send_ad_locked()
973 ch_ptr = (struct carp_header *)(&ip[1]); in carp_send_ad_locked()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1672 struct carp_header, carp_counter)); in ipfw_chk()
1674 ((struct carp_header *)ulp)->carp_type) in ipfw_chk()