carp_header
ch = (struct carp_header *)((uint8_t *)ip + iphlen);
struct carp_header *ch;
IP6_EXTHDR_GET(ch, struct carp_header *, m, *offp, sizeof(*ch));
struct carp_header *ch, sa_family_t af)
carp_prepare_ad(struct carp_softc *sc, struct carp_header *ch)
struct carp_header ch;
struct carp_header *ch_ptr;
ch_ptr = (struct carp_header *)(&ip[1]);
ch_ptr = (struct carp_header *)(&ip6[1]);
struct carp_header *, sa_family_t);
static void carp_prepare_ad(struct carp_softc *, struct carp_header *);
struct carp_header *ch;
CTASSERT(sizeof(struct carp_header) == 36);