Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dip6_var.h238 #define IP6PO_DONTFRAG 0x04 /* no fragmentation (IPV6_DONTFRAG) */ macro
H A Dip6_output.c1703 boolean_t dontfrag = (opt != NULL && (opt->ip6po_flags & IP6PO_DONTFRAG)) || in ip6_fragment_packet()
3285 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) { in ip6_getpcbopt()
4039 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktopt()
4041 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktopt()
H A Dmld6.c3811 mld_po.ip6po_flags = IP6PO_DONTFRAG; in mld_init()