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

/freebsd-11-stable/sys/netinet6/
H A Dip6_var.h146 int ip6po_hlim; /* Hoplimit for outgoing packets */ member in struct:ip6_pktopts
H A Dip6_output.c574 if (opt && opt->ip6po_hlim != -1)
575 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
2301 opt->ip6po_hlim = -1; /* -1 means default hop limit */
2435 pktopt->ip6po_hlim = -1;
2492 dst->ip6po_hlim = src->ip6po_hlim;
2760 opt->ip6po_hlim = *hlimp;
H A Dmld6.c3260 mld_po.ip6po_hlim = 1;

Completed in 110 milliseconds