Home
last modified time | relevance | path

Searched defs:TCP_MSS_MAX_IPV4 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c35 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (ipha_t) + sizeof (tcpha_t))) macro
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp.c162 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (struct ip) + \ macro