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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c314 static struct ip6_pktopts mld_po; variable in typeref:struct:ip6_pktopts
3311 error = ip6_output(m0, &mld_po, NULL, IPV6_UNSPECSRC, im6o,
3455 ip6_initpktopts(&mld_po);
3456 mld_po.ip6po_hlim = 1;
3457 mld_po.ip6po_hbh = &mld_ra.hbh;
3458 mld_po.ip6po_prefer_tempaddr = IP6PO_TEMPADDR_NOTPREFER;
3459 mld_po.ip6po_flags = IP6PO_DONTFRAG;

Completed in 73 milliseconds