Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_var.h175 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */ macro
H A Dip6_output.c1145 if ((opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) || tso) in ip6_output()
2656 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) in ip6_getpcbopt()
3259 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktopt()
3261 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktopt()
H A Dmld6.c3298 mld_po.ip6po_flags = IP6PO_DONTFRAG; in mld_init()
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h175 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */ macro