Home
last modified time | relevance | path

Searched refs:IP6OAF_DONT_FRAG (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_var.h453 #define IP6OAF_DONT_FRAG 0x00001000 /* Don't fragment */ macro
H A Dnd6_nbr.c900 ip6oa.ip6oa_flags |= IP6OAF_DONT_FRAG; in nd6_ns_output()
1632 ip6oa.ip6oa_flags |= IP6OAF_DONT_FRAG; in nd6_na_output()
H A Dicmp6.c3054 ip6oa.ip6oa_flags |= IP6OAF_DONT_FRAG; in icmp6_redirect_output()
H A Dip6_output.c1763 (ip6oa != NULL && (ip6oa->ip6oa_flags & IP6OAF_DONT_FRAG)); in ip6_fragment_packet()