Searched refs:IPV6_MAXHLIM (Results 1 – 7 of 7) sorted by relevance
299 #define IPV6_MAXHLIM 255 /* maximum hoplimit */ macro
301 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ns_input()664 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_ns_output()679 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_ns_output()968 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_na_input()1501 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_na_output()1515 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_na_output()
2583 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in icmp6_redirect_input()2875 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()408 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ra_input()
3008 if (hlim < -1 || hlim > IPV6_MAXHLIM) { in ip6_setmoptions()
3833 if (*hlimp < -1 || *hlimp > IPV6_MAXHLIM) { in ip6_setpktopt()