Searched refs:IPPROTO_ICMPV6 (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_proto.c218 { SOCK_RAW, &inet6domain, IPPROTO_ICMPV6, PR_ATOMIC|PR_ADDR|PR_LASTHDR,
227 { SOCK_DGRAM, &inet6domain, IPPROTO_ICMPV6, PR_ATOMIC|PR_ADDR|PR_LASTHDR,
462 SYSCTL_NODE(_net_inet6, IPPROTO_ICMPV6, icmp6, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "ICMP6");
H A Draw_ip6.c182 if (proto == IPPROTO_ICMPV6 || in6p->in6p_cksum != -1) {
382 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
505 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6 ||
512 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6)
592 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) {
639 if (sopt->sopt_level == IPPROTO_ICMPV6)
H A Dicmp6.c339 if (off >= 0 && nxt == IPPROTO_ICMPV6) {
502 if ((sum = in6_cksum(m, IPPROTO_ICMPV6, off, icmp6len)) != 0) {
2093 if (in6p->in6p_ip6_nxt != IPPROTO_ICMPV6)
2229 ip6->ip6_nxt = IPPROTO_ICMPV6;
2330 ip6->ip6_nxt = IPPROTO_ICMPV6;
2351 icmp6->icmp6_cksum = in6_cksum(m, IPPROTO_ICMPV6,
2730 ip6->ip6_nxt = IPPROTO_ICMPV6;
2898 = in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), ntohs(ip6->ip6_plen));
2950 if (level != IPPROTO_ICMPV6) {
3021 if (sopt->sopt_level == IPPROTO_ICMPV6) {
[all...]
H A Dip6_fw.c503 case IPPROTO_ICMPV6:
734 case IPPROTO_ICMPV6:
831 && (nxt != IPPROTO_ICMPV6 || is_icmp6_query(ip6, off))
H A Dnd6_nbr.c627 ip6->ip6_nxt = IPPROTO_ICMPV6;
771 = in6_cksum(m, IPPROTO_ICMPV6, sizeof(*ip6), icmp6len);
1337 ip6->ip6_nxt = IPPROTO_ICMPV6;
1431 in6_cksum(m, IPPROTO_ICMPV6, sizeof(struct ip6_hdr), icmp6len);
H A Dmld6.c1983 ip6->ip6_nxt = IPPROTO_ICMPV6;
2003 mld->mld_cksum = in6_cksum(mh, IPPROTO_ICMPV6,
3386 ip6->ip6_nxt = IPPROTO_ICMPV6;
3408 mld->mld_cksum = in6_cksum(mh, IPPROTO_ICMPV6,
H A Dip6_output.c2569 IPPROTO_ICMPV6) {
2577 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6)
H A Dip6_mroute.c476 so->so_proto->pr_protocol != IPPROTO_ICMPV6)
H A Dnd6_prproxy.c526 if (ip6->ip6_hlim != IPV6_MAXHLIM || ip6->ip6_nxt != IPPROTO_ICMPV6)
H A Dipsec.c1171 case IPPROTO_ICMPV6:
/darwin-on-arm/xnu/bsd/netinet/
H A Din.h171 #define IPPROTO_ICMPV6 58 /* ICMP6 */ macro
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c821 case IPPROTO_ICMPV6:
951 case IPPROTO_ICMPV6:
1384 case IPPROTO_ICMPV6:
1877 case IPPROTO_ICMPV6:
2728 case IPPROTO_ICMPV6:
4071 case IPPROTO_ICMPV6:
4139 case IPPROTO_ICMPV6:
4232 case IPPROTO_ICMPV6:
4443 case IPPROTO_ICMPV6:
4516 case IPPROTO_ICMPV6
[all...]

Completed in 113 milliseconds