Searched refs:carp_header (Results 1 – 4 of 4) sorted by relevance
62 struct carp_header { struct82 CTASSERT(sizeof(struct carp_header) == 36); argument
309 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 …]
1672 struct carp_header, carp_counter)); in ipfw_chk()1674 ((struct carp_header *)ulp)->carp_type) in ipfw_chk()