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

  /src/sys/netinet6/
ip6_var.h 122 int ip6po_flags; member in struct:ip6_pktopts
ip6_output.c 801 if (opt && (opt->ip6po_flags & IP6PO_DONTFRAG))
2201 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG))
2284 dst->ip6po_flags = src->ip6po_flags;
3198 opt->ip6po_flags &= ~IP6PO_DONTFRAG;
3200 opt->ip6po_flags |= IP6PO_DONTFRAG;
in6_src.c 579 (opts->ip6po_flags & IP6PO_USECOA) != 0) {

Completed in 14 milliseconds