Searched refs:IPV6_MAXHLIM (Results 1 – 7 of 7) sorted by relevance
299 #define IPV6_MAXHLIM 255 /* maximum hoplimit */ macro
293 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ns_input()643 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_ns_output()658 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_ns_output()942 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_na_input()1456 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_na_output()1470 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_na_output()
2556 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in icmp6_redirect_input()2851 ip6->ip6_hlim = IPV6_MAXHLIM; in icmp6_redirect_output()
501 if (ip6->ip6_hlim != IPV6_MAXHLIM || ip6->ip6_nxt != IPPROTO_ICMPV6) { in nd6_prproxy_isours()
263 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_rs_input()398 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ra_input()
2975 if (hlim < -1 || hlim > IPV6_MAXHLIM) { in ip6_setmoptions()
3781 if (*hlimp < -1 || *hlimp > IPV6_MAXHLIM) { in ip6_setpktopt()