HomeSort by: relevance | last modified time | path
    Searched refs:IP6PO_DONTFRAG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
ip6_var.h 127 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */
ip6_output.c 801 if (opt && (opt->ip6po_flags & IP6PO_DONTFRAG))
2201 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG))
3198 opt->ip6po_flags &= ~IP6PO_DONTFRAG;
3200 opt->ip6po_flags |= IP6PO_DONTFRAG;

Completed in 13 milliseconds