Searched refs:chlim (Results 1 – 6 of 6) sorted by relevance
71 u_int8_t chlim; /* CurHopLimit */ member
1613 uint8_t chlim; in in6_selecthlim() local1617 chlim = ndi->chlim; in in6_selecthlim()1619 chlim = (uint8_t)ip6_defhlim; in in6_selecthlim()1621 return chlim; in in6_selecthlim()
177 u_int8_t chlim; /* CurHopLimit */ member430 u_int8_t chlim; /* CurHopLimit */ member
449 if (ndi->chlim < nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()450 ndi->chlim = nd_ra->nd_ra_curhoplimit; in nd6_ra_input()451 } else if (ndi->chlim != nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()456 if_name(ifp), ndi->chlim, in nd6_ra_input()
2457 ip6->ip6_hlim = ndi->chlim; in icmp6_reflect()2465 ip6->ip6_hlim = ndi->chlim; in icmp6_reflect()
502 ndi->chlim = IPV6_DEFHLIM; in nd6_ifreset()3354 ondi->ndi.chlim = ndi->chlim; in nd6_ioctl()