Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_var.h244 int ip6po_flags; member
H A Dip6_output.c1731 boolean_t dontfrag = (opt != NULL && (opt->ip6po_flags & IP6PO_DONTFRAG)) || in ip6_fragment_packet()
3326 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) { in ip6_getpcbopt()
3437 dst->ip6po_flags = src->ip6po_flags; in copypktopts()
4092 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktopt()
4094 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktopt()
H A Dmld6.c3890 mld_po.ip6po_flags = IP6PO_DONTFRAG; in mld_init()