HomeSort by: relevance | last modified time | path
    Searched defs:ip6_opts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
mld6.c 148 static struct ip6_pktopts ip6_opts; variable in typeref:struct:ip6_pktopts
180 ip6_opts.ip6po_hbh = hbh;
182 ip6_opts.ip6po_hlim = -1;
183 ip6_opts.ip6po_prefer_tempaddr = IP6PO_TEMPADDR_NOTPREFER;
628 ip6_output(mh, &ip6_opts, NULL, ia ? 0 : IPV6_UNSPECSRC,
mld6.c 148 static struct ip6_pktopts ip6_opts; variable in typeref:struct:ip6_pktopts
180 ip6_opts.ip6po_hbh = hbh;
182 ip6_opts.ip6po_hlim = -1;
183 ip6_opts.ip6po_prefer_tempaddr = IP6PO_TEMPADDR_NOTPREFER;
628 ip6_output(mh, &ip6_opts, NULL, ia ? 0 : IPV6_UNSPECSRC,

Completed in 23 milliseconds