Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_var.h264 #define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */ macro
H A Din6_gif.c327 return (ip6_output(m, 0, NULL, IPV6_MINMTU, 0, NULL, NULL)); in in6_gif_output()
H A Dip6_gre.c550 return (ip6_output(m, NULL, NULL, IPV6_MINMTU, NULL, NULL, NULL)); in in6_gre_output()
H A Dip6_output.c969 if ((flags & IPV6_MINMTU)) in ip6_output()
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h264 #define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */ macro
/f-stack/freebsd/net/
H A Dif_stf.c751 if (mtu < IPV6_MINMTU || mtu > IF_MAXMTU - 20) in stf_ioctl()