Searched refs:IPV6_MAXHLIM (Results 1 – 7 of 7) sorted by relevance
299 #define IPV6_MAXHLIM 255 /* maximum hoplimit */ macro
302 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ns_input()665 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_ns_output()680 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_ns_output()968 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_na_input()1504 im6o->im6o_multicast_hlim = IPV6_MAXHLIM; in nd6_na_output()1518 ip6->ip6_hlim = IPV6_MAXHLIM; in nd6_na_output()
2585 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in icmp6_redirect_input()2877 ip6->ip6_hlim = IPV6_MAXHLIM; in icmp6_redirect_output()
502 if (ip6->ip6_hlim != IPV6_MAXHLIM || ip6->ip6_nxt != IPPROTO_ICMPV6) { in nd6_prproxy_isours()
293 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_rs_input()441 if (ip6->ip6_hlim != IPV6_MAXHLIM) { in nd6_ra_input()
3010 if (hlim < -1 || hlim > IPV6_MAXHLIM) { in ip6_setmoptions()
3880 if (*hlimp < -1 || *hlimp > IPV6_MAXHLIM) { in ip6_setpktopt()