Home
last modified time | relevance | path

Searched refs:IP6_EXTHDR_CHECK (Results 1 – 13 of 13) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/ !
H A Ddest6.c93 IP6_EXTHDR_CHECK(m, off, sizeof(*dstopts), return IPPROTO_DONE); in dest6_input()
97 IP6_EXTHDR_CHECK(m, off, dstoptlen, return IPPROTO_DONE); in dest6_input()
H A Droute6.c100 IP6_EXTHDR_CHECK(m, off, sizeof(*rh), return IPPROTO_DONE); in route6_input()
H A Dicmp6.c284 IP6_EXTHDR_CHECK(m, 0, sizeof(struct ip6_hdr), return ); in icmp6_error_flag()
342 IP6_EXTHDR_CHECK(m, 0, off + sizeof(struct icmp6_hdr), return ); in icmp6_error_flag()
448 IP6_EXTHDR_CHECK(m, off, sizeof(struct icmp6_hdr), return IPPROTO_DONE); in icmp6_input()
765 IP6_EXTHDR_CHECK(m, off, sizeof(struct icmp6_nodeinfo), in icmp6_input()
945 IP6_EXTHDR_CHECK(m, off, in icmp6_notify_error()
981 IP6_EXTHDR_CHECK(m, 0, in icmp6_notify_error()
1011 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth), in icmp6_notify_error()
1037 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error()
1060 IP6_EXTHDR_CHECK(m, 0, eoff + in icmp6_notify_error()
2530 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in icmp6_redirect_input()
H A Dah_input.c602 IP6_EXTHDR_CHECK(m, off, sizeof(struct ah), {return IPPROTO_DONE;}); in ah6_input()
682 IP6_EXTHDR_CHECK(m, off, (int)(sizeof(struct ah) + sizoff + siz1), in ah6_input()
H A Dip6_input.c918 IP6_EXTHDR_CHECK(m, 0, sizeof(struct ip6_hdr), { goto done; }); in ip6_input()
1555 IP6_EXTHDR_CHECK(m, off, sizeof(*hbh), return (-1)); in ip6_hopopts_input()
1559 IP6_EXTHDR_CHECK(m, off, hbhlen, return (-1)); in ip6_hopopts_input()
H A Desp_input.c938 IP6_EXTHDR_CHECK(m, off, ESPMAXLEN, {return IPPROTO_DONE;}); in esp6_input_extended()
1140 IP6_EXTHDR_CHECK(m, off, (int)(esplen + ivlen), return IPPROTO_DONE); /*XXX*/ in esp6_input_extended()
H A Dfrag6.c307 IP6_EXTHDR_CHECK(m, offset, sizeof(struct ip6_frag), goto done); in frag6_input()
H A Dudp6_usrreq.c255 IP6_EXTHDR_CHECK(m, off, sizeof(struct udphdr), return IPPROTO_DONE); in udp6_input()
H A Dnd6_nbr.c283 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_ns_input()
950 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_na_input()
H A Dnd6_rtr.c293 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_rs_input()
413 IP6_EXTHDR_CHECK(m, off, icmp6len, return ); in nd6_ra_input()
H A Dmld6.c1529 IP6_EXTHDR_CHECK(m, off, mldlen, return IPPROTO_DONE); in mld_input()
/xnu-8020.101.4/bsd/netinet/ !
H A Dip6.h318 #define IP6_EXTHDR_CHECK(m, off, hlen, action) \ macro
H A Dtcp_input.c931 IP6_EXTHDR_CHECK(m, *offp, sizeof(struct tcphdr), return IPPROTO_DONE); in tcp6_input()
2024 IP6_EXTHDR_CHECK(m, off0, off, return ); in tcp_input()