Searched refs:IPV6_MMTU (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dip6_forward.c587 if (mtu < IPV6_MMTU)
588 mtu = IPV6_MMTU;
H A Dip6_output.c714 if (mtu > IPV6_MMTU) {
716 mtu = IPV6_MMTU;
718 mtu = IPV6_MMTU;
722 mtu = IPV6_MMTU;
917 if (mtu < IPV6_MMTU) {
918 /* path MTU cannot be less than IPV6_MMTU */
1249 else if (mtu < IPV6_MMTU) {
1253 * mtu < IPV6_MMTU, transmit packets sized IPV6_MMTU
1259 mtu = IPV6_MMTU;
[all...]
H A Dicmp6.c1192 * even though minimum link MTU for IPv6 is IPV6_MMTU,
1193 * we may see ICMPv6 too big with mtu < IPV6_MMTU
1198 if (mtu < IPV6_MMTU)
1213 * In case the suggested mtu is less than IPV6_MMTU, we
1218 if (mtu < IPV6_MMTU)
1219 mtu = IPV6_MMTU - 8;
1481 * is probably much larger than IPV6_MMTU...
2559 * Since we are going to append up to 1280 bytes (= IPV6_MMTU),
2561 * (MHLEN < IPV6_MMTU is almost always true)
2563 #if IPV6_MMTU >
[all...]
H A Dnd6.c265 if (omaxmtu >= IPV6_MMTU && ndi->maxmtu < IPV6_MMTU) {
1305 if (ND.linkmtu < IPV6_MMTU ||
H A Dip6_mroute.c1580 if (mb_copy->m_pkthdr.len <= linkmtu || linkmtu < IPV6_MMTU) {
H A Dnd6_rtr.c381 if (mtu < IPV6_MMTU) {
/freebsd-10.3-release/sys/netinet/
H A Dip6.h258 #define IPV6_MMTU 1280 /* minimal MTU and reassembly. 1024 + 256 */ macro
/freebsd-10.3-release/usr.sbin/rtadvd/
H A Dif.c538 IPV6_MMTU);
539 ifi->ifi_phymtu = IPV6_MMTU;
H A Dconfig.c616 else if (rai->rai_linkmtu < IPV6_MMTU ||
622 IPV6_MMTU, ifi->ifi_phymtu);
/freebsd-10.3-release/sys/net/
H A Dif_stf.c257 ifp->if_mtu = IPV6_MMTU;
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c621 xtra = MIN(xtra, IPV6_MMTU - iclen);
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c2179 if (mtuctl->ip6m_mtu < IPV6_MMTU)

Completed in 220 milliseconds