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

/xnu-2782.1.97/bsd/netinet6/
H A Din6_mcast.c2883 int hlim; local
2889 error = sooptcopyin(sopt, &hlim, sizeof(hlim), sizeof(int));
2892 if (hlim < -1 || hlim > 255) {
2895 } else if (hlim == -1) {
2896 hlim = ip6_defmcasthlim;
2904 im6o->im6o_multicast_hlim = hlim;
H A Din6_proto.c567 hlim, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_defhlim, 0, "");
H A Dip6_input.c1562 int hlim = ip6->ip6_hlim & 0xff; local
1564 mp = sbcreatecontrol_mbuf((caddr_t)&hlim, sizeof (int),
H A Dipsec.c2533 u_int8_t hlim; local
2552 hlim = ip6->ip6_hlim;
2594 ip->ip_ttl = hlim;

Completed in 88 milliseconds