Home
last modified time | relevance | path

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

/netbsd/sys/netinet6/
H A Dip6_var.h127 #define IP6PO_DONTFRAG 0x04 /* disable fragmentation (IPV6_DONTFRAG) */ macro
H A Dip6_output.c795 if (opt && (opt->ip6po_flags & IP6PO_DONTFRAG)) in ip6_output()
2195 if (pktopt && ((pktopt->ip6po_flags) & IP6PO_DONTFRAG)) in ip6_getpcbopt()
3192 opt->ip6po_flags &= ~IP6PO_DONTFRAG; in ip6_setpktopt()
3194 opt->ip6po_flags |= IP6PO_DONTFRAG; in ip6_setpktopt()