| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | dest6.c | 95 IP6_EXTHDR_CHECK(m, off, sizeof(*dstopts), return IPPROTO_DONE); in dest6_input() 99 IP6_EXTHDR_CHECK(m, off, dstoptlen, return IPPROTO_DONE); in dest6_input()
|
| H A D | route6.c | 101 IP6_EXTHDR_CHECK(m, off, sizeof(*rh), return IPPROTO_DONE); in route6_input()
|
| H A D | icmp6.c | 311 IP6_EXTHDR_CHECK(m, 0, sizeof(struct ip6_hdr), return ); in icmp6_error_flag() 369 IP6_EXTHDR_CHECK(m, 0, off + sizeof(struct icmp6_hdr), return ); in icmp6_error_flag() 482 IP6_EXTHDR_CHECK(m, off, sizeof(struct icmp6_hdr), return IPPROTO_DONE); in icmp6_input() 799 IP6_EXTHDR_CHECK(m, off, sizeof(struct icmp6_nodeinfo), in icmp6_input() 979 IP6_EXTHDR_CHECK(m, off, in icmp6_notify_error() 1015 IP6_EXTHDR_CHECK(m, 0, in icmp6_notify_error() 1045 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth), in icmp6_notify_error() 1071 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error() 1094 IP6_EXTHDR_CHECK(m, 0, eoff + in icmp6_notify_error() 2559 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in icmp6_redirect_input()
|
| H A D | ah_input.c | 607 IP6_EXTHDR_CHECK(m, off, sizeof(struct ah), {return IPPROTO_DONE;}); in ah6_input() 689 IP6_EXTHDR_CHECK(m, off, (int)(sizeof(struct ah) + sizoff + siz1), in ah6_input()
|
| H A D | ip6_input.c | 933 IP6_EXTHDR_CHECK(m, 0, sizeof(struct ip6_hdr), { goto done; }); in ip6_input() 1601 IP6_EXTHDR_CHECK(m, off, sizeof(*hbh), return (-1)); in ip6_hopopts_input() 1605 IP6_EXTHDR_CHECK(m, off, hbhlen, return (-1)); in ip6_hopopts_input()
|
| H A D | frag6.c | 307 IP6_EXTHDR_CHECK(m, offset, sizeof(struct ip6_frag), goto done); in frag6_input()
|
| H A D | esp_input.c | 953 IP6_EXTHDR_CHECK(m, off, ESPMAXLEN, {return IPPROTO_DONE;}); in esp6_input_extended() 1160 IP6_EXTHDR_CHECK(m, off, (int)(esplen + ivlen), goto bad); /*XXX*/ in esp6_input_extended()
|
| H A D | udp6_usrreq.c | 259 IP6_EXTHDR_CHECK(m, off, sizeof(struct udphdr), return IPPROTO_DONE); in udp6_input()
|
| H A D | nd6_nbr.c | 291 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_ns_input() 977 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_na_input()
|
| H A D | nd6_rtr.c | 297 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_rs_input() 436 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_ra_input()
|
| H A D | mld6.c | 1525 IP6_EXTHDR_CHECK(m, off, mldlen, return IPPROTO_DONE); in mld_input()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | ip6.h | 318 #define IP6_EXTHDR_CHECK(m, off, hlen, action) \ macro
|
| H A D | tcp_input.c | 945 IP6_EXTHDR_CHECK(m, *offp, sizeof(struct tcphdr), return IPPROTO_DONE); in tcp6_input() 2928 IP6_EXTHDR_CHECK(m, off0, off, return ); in tcp_input()
|