Home
last modified time | relevance | path

Searched refs:TCP_MAX_TCP_OPTIONS_LENGTH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h86 #define TCP_MAX_TCP_OPTIONS_LENGTH (60 - sizeof (tcph_t)) macro
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h113 #define TCP_MAX_TCP_OPTIONS_LENGTH (60 - sizeof (tcpha_t)) macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2899 uint_t extralen = TCP_MAX_TCP_OPTIONS_LENGTH; in tcp_build_hdrs()