Home
last modified time | relevance | path

Searched refs:vrrpv3_header (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dip_carp.h108 struct vrrpv3_header { struct
124 CTASSERT(sizeof(struct vrrpv3_header) == 8); argument
H A Dip_carp.c520 struct vrrpv3_header *vh; in carp_input()
554 vh = (struct vrrpv3_header *)((char *)ip + iplen); in carp_input()
561 minlen = sizeof(struct vrrpv3_header); in carp_input()
589 vh = (struct vrrpv3_header *)((char *)ip + iplen); in carp_input()
631 struct vrrpv3_header *vh; in carp6_input()
660 vh = (struct vrrpv3_header *)(mtod(m, char *) + *offp); in carp6_input()
667 minlen = sizeof(struct vrrpv3_header); in carp6_input()
695 vh = (struct vrrpv3_header *)mtodo(m, sizeof(*ip6)); in carp6_input()
949 struct vrrpv3_header *vh = mtodo(m, off); in vrrp_input_c()
1357 struct vrrpv3_header *vh_ptr; in vrrp_send_ad_locked()
[all …]