Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dip6_var.h184 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */ macro
H A Dip6_output.c686 if (opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) in ip6_output()
1984 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) in ip6_getpcbopt()
2906 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktoption()
2908 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktoption()