Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDip_carp.h61 struct carp_header { struct
81 CTASSERT(sizeof(struct carp_header) == 36); argument
HDip_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()
781 carp_prepare_ad(struct mbuf *m, struct carp_softc *sc, struct carp_header *ch) in carp_prepare_ad()
920 struct carp_header ch; in carp_send_ad_locked()
923 struct carp_header *ch_ptr; in carp_send_ad_locked()
[all …]
/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw2.c1691 struct carp_header, carp_counter)); in ipfw_chk()
1693 ((struct carp_header *)ulp)->carp_type) in ipfw_chk()