Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c370 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off, in icmp6_error_flag()
500 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6)); in icmp6_input()
720 IP6_EXTHDR_GET(nicmp6, struct icmp6_hdr *, n, off, in icmp6_input()
982 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, in icmp6_notify_error()
1018 IP6_EXTHDR_GET(eh, struct ip6_ext *, m, in icmp6_notify_error()
1048 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m, in icmp6_notify_error()
1073 IP6_EXTHDR_GET(rth0, in icmp6_notify_error()
1098 IP6_EXTHDR_GET(fh, struct ip6_frag *, m, in icmp6_notify_error()
1134 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, in icmp6_notify_error()
1295 IP6_EXTHDR_GET(ni6, struct icmp6_nodeinfo *, m, off, sizeof(*ni6)); in ni6_input()
[all …]
H A Desp_input.c956 IP6_EXTHDR_GET(esp, struct esp *, m, off, ESPMAXLEN); in esp6_input_extended()
1162 IP6_EXTHDR_GET(esp, struct esp *, m, off, esplen + ivlen); in esp6_input_extended()
H A Dmld6.c1525 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()
/xnu-11215.1.10/bsd/netinet/
H A Dip6.h360 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro