Home
last modified time | relevance | path

Searched refs:ip6po_hlim (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netinet6/
H A Dip6_output.c394 if (opt && opt->ip6po_hlim != -1) in ip6_output()
395 ip6->ip6_hlim = opt->ip6po_hlim & 0xff; in ip6_output()
441 if (opt && opt->ip6po_hlim != -1) in ip6_output()
442 ip6->ip6_hlim = opt->ip6po_hlim & 0xff; in ip6_output()
2038 opt->ip6po_hlim = -1; /* -1 means default hop limit */ in init_ip6pktopts()
2056 pktopt->ip6po_hlim = -1; in ip6_clearpktopts()
2119 dst->ip6po_hlim = src->ip6po_hlim; in ip6_copypktopts()
2162 dst->ip6po_hlim = src->ip6po_hlim; in copypktopts()
2692 opt->ip6po_hlim = *hlimp; in ip6_setpktoption()
H A Dip6_var.h147 int ip6po_hlim; /* Hoplimit for outgoing packets */ member