Searched refs:IP_MIN_MTU (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h81 #define IP_MIN_MTU (IP_MAX_HDR_LENGTH + 8) /* 68 bytes */ macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c541 uint_t mtu = ill->ill_isv6 ? IPV6_MIN_MTU : IP_MIN_MTU;
1048 mtu = MAX(mtu, ipmp_ill->ill_isv6 ? IPV6_MIN_MTU : IP_MIN_MTU);
1049 mc_mtu = MAX(mc_mtu, ipmp_ill->ill_isv6 ? IPV6_MIN_MTU : IP_MIN_MTU);
H A Dip_tunables.c262 * (IPV6_MIN_MTU/IP_MIN_MTU) and ill_max_frag.
265 * (IPV6_MIN_MTU/IP_MIN_MTU) and ill_max_frag.
307 min_mtu = isv6 ? IPV6_MIN_MTU : IP_MIN_MTU;
H A Dtnet.c1731 uint32_t min_mtu = IP_MIN_MTU;
H A Dip.c1942 /* Smaller than IP_MIN_MTU! */
8557 if (ill->ill_mtu < IP_MIN_MTU)
8558 ill->ill_mtu = IP_MIN_MTU;
8559 if (ill->ill_mc_mtu < IP_MIN_MTU)
8560 ill->ill_mc_mtu = IP_MIN_MTU;
H A Dip_if.c4189 min_mtu = ill->ill_isv6 ? IPV6_MIN_MTU : IP_MIN_MTU;
10814 ip_min_mtu = IP_MIN_MTU;
11538 ip_min_mtu = IP_MIN_MTU;
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip.h119 #define IP_MIN_MTU (IP_MAX_HDR_LENGTH + 8) /* 68 bytes */ macro

Completed in 299 milliseconds