Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/ !
H A Dip6.h299 #define IPV6_MAXHLIM 255 /* maximum hoplimit */ macro
/xnu-8019.80.24/bsd/netinet6/ !
H A Dnd6_nbr.c290 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ns_input()
640 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_ns_output()
655 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_ns_output()
939 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_na_input()
1453 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_na_output()
1467 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_na_output()
H A Dicmp6.c2556 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in icmp6_redirect_input()
2851 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.c263 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_rs_input()
398 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ra_input()
H A Din6_mcast.c2987 if (hlim < -1 || hlim > IPV6_MAXHLIM) { in ip6_setmoptions()
H A Dip6_output.c3787 if (*hlimp < -1 || *hlimp > IPV6_MAXHLIM) { in ip6_setpktopt()