Home
last modified time | relevance | path

Searched refs:IPV6_MINMTU (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_gif.c221 #ifdef IPV6_MINMTU in in6_gif_output()
227 return (ip6_output(m, 0, ro, IPV6_MINMTU, 0, NULL, NULL)); in in6_gif_output()
H A Dip6_var.h287 #define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */ macro
H A Dip6_output.c548 if ((flags & IPV6_MINMTU)) in ip6_output()