Searched refs:IP6_EXTHDR_GET (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | icmp6.c | 367 IP6_EXTHDR_GET(icp, struct icmp6_hdr *, m, off, in icmp6_error_flag() 497 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, sizeof(*icmp6)); in icmp6_input() 717 IP6_EXTHDR_GET(nicmp6, struct icmp6_hdr *, n, off, in icmp6_input() 979 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, in icmp6_notify_error() 1015 IP6_EXTHDR_GET(eh, struct ip6_ext *, m, in icmp6_notify_error() 1045 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m, in icmp6_notify_error() 1070 IP6_EXTHDR_GET(rth0, in icmp6_notify_error() 1095 IP6_EXTHDR_GET(fh, struct ip6_frag *, m, in icmp6_notify_error() 1131 IP6_EXTHDR_GET(icmp6, struct icmp6_hdr *, m, off, in icmp6_notify_error() 1292 IP6_EXTHDR_GET(ni6, struct icmp6_nodeinfo *, m, off, sizeof(*ni6)); in ni6_input() [all …]
|
| H A D | esp_input.c | 951 IP6_EXTHDR_GET(esp, struct esp *, m, off, ESPMAXLEN); in esp6_input_extended() 1164 IP6_EXTHDR_GET(esp, struct esp *, m, off, esplen + ivlen); in esp6_input_extended()
|
| H A D | mld6.c | 1533 IP6_EXTHDR_GET(mld, struct mld_hdr *, m, off, mldlen); in mld_input()
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | ip6.h | 360 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ macro
|