Searched refs:IPV6_MINMTU (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet6/
H A Dip6_gre.c134 return (ip6_output(m, NULL, NULL, IPV6_MINMTU, NULL, NULL, NULL));
H A Din6_gif.c146 return (ip6_output(m, 0, NULL, IPV6_MINMTU, 0, NULL, NULL));
H A Dip6_var.h294 #define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */ macro
H A Dip6_output.c737 if ((flags & IPV6_MINMTU))
/freebsd-10-stable/sys/net/
H A Dif_stf.c835 if (mtu < IPV6_MINMTU || mtu > IF_MAXMTU - 20)

Completed in 134 milliseconds