Searched refs:hlim (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c2841 int hlim; local
2847 error = sooptcopyin(sopt, &hlim, sizeof(hlim), sizeof(int));
2850 if (hlim < -1 || hlim > 255) {
2853 } else if (hlim == -1) {
2854 hlim = ip6_defmcasthlim;
2862 im6o->im6o_multicast_hlim = hlim;
H A Din6_proto.c516 hlim, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_defhlim, 0, "");
H A Dip6_input.c1543 int hlim = ip6->ip6_hlim & 0xff; local
1545 mp = sbcreatecontrol_mbuf((caddr_t) &hlim, sizeof(int),
H A Dipsec.c2508 u_int8_t hlim; local
2527 hlim = ip6->ip6_hlim;
2569 ip->ip_ttl = hlim;

Completed in 42 milliseconds