Home
last modified time | relevance | path

Searched refs:IPV6_MAXHLIM (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Dip6.h299 #define IPV6_MAXHLIM 255 /* maximum hoplimit */ macro
/xnu-10002.41.9/bsd/netinet6/
H A Dnd6_nbr.c296 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ns_input()
647 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_ns_output()
662 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_ns_output()
946 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_na_input()
1468 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_na_output()
1482 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_na_output()
H A Dicmp6.c2582 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in icmp6_redirect_input()
2877 ip6->ip6_hlim = IPV6_MAXHLIM; in icmp6_redirect_output()
H A Dnd6_prproxy.c501 if (ip6->ip6_hlim != IPV6_MAXHLIM || ip6->ip6_nxt != IPPROTO_ICMPV6) { in nd6_prproxy_isours()
H A Dnd6_rtr.c260 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_rs_input()
395 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ra_input()
H A Din6_mcast.c2973 if (hlim < -1 || hlim > IPV6_MAXHLIM) { in ip6_setmoptions()
H A Dip6_output.c3777 if (*hlimp < -1 || *hlimp > IPV6_MAXHLIM) { in ip6_setpktopt()