Searched refs:TCP_MSS_MAX_IPV4 (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c32 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (ipha_t) + sizeof (tcpha_t))) macro
36 #define TCP_MSS_MAX TCP_MSS_MAX_IPV4
265 {1, TCP_MSS_MAX_IPV4, 536}, {536} },
269 {1, TCP_MSS_MAX_IPV4, TCP_MSS_MAX_IPV4},
270 {TCP_MSS_MAX_IPV4} },
/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp.c162 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (struct ip) + \ macro
166 #define TCP_MSS_MAX TCP_MSS_MAX_IPV4
195 static int tcp_mss_max_ipv4 = TCP_MSS_MAX_IPV4;

Completed in 54 milliseconds