Searched refs:ip6po_hlim (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dip6_var.h209 int ip6po_hlim; /* Hoplimit for outgoing packets */ member in struct:ip6_pktopts
H A Dip6_output.c928 if (opt && opt->ip6po_hlim != -1) {
929 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
2859 opt->ip6po_hlim = -1; /* -1 means default hop limit */
3001 pktopt->ip6po_hlim = -1;
3052 dst->ip6po_hlim = src->ip6po_hlim;
3451 opt->ip6po_hlim = *hlimp;
H A Dmld6.c3651 mld_po.ip6po_hlim = 1;

Completed in 36 milliseconds