Searched refs:IPV6_MINMTU (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_var.h | 264 #define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */ macro
|
| H A D | in6_gif.c | 327 return (ip6_output(m, 0, NULL, IPV6_MINMTU, 0, NULL, NULL)); in in6_gif_output()
|
| H A D | ip6_gre.c | 550 return (ip6_output(m, NULL, NULL, IPV6_MINMTU, NULL, NULL, NULL)); in in6_gre_output()
|
| H A D | ip6_output.c | 969 if ((flags & IPV6_MINMTU)) in ip6_output()
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 264 #define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */ macro
|
| /f-stack/freebsd/net/ |
| H A D | if_stf.c | 751 if (mtu < IPV6_MINMTU || mtu > IF_MAXMTU - 20) in stf_ioctl()
|