Home
last modified time | relevance | path

Searched refs:chlim (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/ !
H A Dnd6_var.h71 u_int8_t chlim; /* CurHopLimit */ member
H A Din6_src.c1526 uint8_t chlim; in in6_selecthlim() local
1530 chlim = ndi->chlim; in in6_selecthlim()
1532 chlim = (uint8_t)ip6_defhlim; in in6_selecthlim()
1534 return chlim; in in6_selecthlim()
H A Dnd6.h177 u_int8_t chlim; /* CurHopLimit */ member
430 u_int8_t chlim; /* CurHopLimit */ member
H A Dnd6_rtr.c450 if (ndi->chlim < nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()
451 ndi->chlim = nd_ra->nd_ra_curhoplimit; in nd6_ra_input()
452 } else if (ndi->chlim != nd_ra->nd_ra_curhoplimit) { in nd6_ra_input()
457 if_name(ifp), ndi->chlim, in nd6_ra_input()
H A Dicmp6.c2456 ip6->ip6_hlim = ndi->chlim; in icmp6_reflect()
2464 ip6->ip6_hlim = ndi->chlim; in icmp6_reflect()
H A Dnd6.c501 ndi->chlim = IPV6_DEFHLIM; in nd6_ifreset()
3344 ondi->ndi.chlim = ndi->chlim; in nd6_ioctl()