Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet6/
Dip6_output.c481 if (opt && opt->ip6po_hlim != -1)
482 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
488 if (opt && opt->ip6po_hlim != -1)
489 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
568 if (opt && opt->ip6po_hlim != -1)
569 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
615 if (opt && opt->ip6po_hlim != -1)
616 ip6->ip6_hlim = opt->ip6po_hlim & 0xff;
2196 opt->ip6po_hlim = -1; /* -1 means to use default hop limit */
2275 bcopy(CMSG_DATA(cm), &opt->ip6po_hlim,
[all …]
Dip6_var.h129 int ip6po_hlim; /* Hoplimit for outgoing packets */ member
Dmld6.c126 ip6_opts.ip6po_hlim = -1; in mld6_init()