IP6PO_DONTFRAG
if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG))
opt->ip6po_flags &= ~IP6PO_DONTFRAG;
opt->ip6po_flags |= IP6PO_DONTFRAG;
} else if (opt && ISSET(opt->ip6po_flags, IP6PO_DONTFRAG))