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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_var.h240 int ip6po_flags; member in struct:ip6_pktopts
H A Dip6_output.c1232 * TBD: Need to save opt->ip6po_flags for reinjection rdar://10434993
1291 if (opt && (opt->ip6po_flags & IP6PO_DONTFRAG))
2755 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG))
2853 dst->ip6po_flags = src->ip6po_flags;
3481 opt->ip6po_flags &= ~IP6PO_DONTFRAG;
3483 opt->ip6po_flags |= IP6PO_DONTFRAG;
H A Dmld6.c3459 mld_po.ip6po_flags = IP6PO_DONTFRAG;

Completed in 19 milliseconds