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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h208 int ip6po_hlim; /* Hoplimit for outgoing packets */ member in struct:ip6_pktopts
H A Dip6_output.c817 if (opt && opt->ip6po_hlim != -1)
818 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
2658 opt->ip6po_hlim = -1; /* -1 means default hop limit */
2793 pktopt->ip6po_hlim = -1;
2851 dst->ip6po_hlim = src->ip6po_hlim;
3250 opt->ip6po_hlim = *hlimp;
H A Dmld6.c3456 mld_po.ip6po_hlim = 1;

Completed in 31 milliseconds