Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/netinet/
H A Dtcp.h123 #define TCP_RTO_MAX 0x1B macro
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c138 { TCP_RTO_MAX, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (uint32_t), 0 },
443 case TCP_RTO_MAX: in tcp_opt_get()
904 case TCP_RTO_MAX: in tcp_opt_set()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1944 case TCP_RTO_MAX: return ("TCP_RTO_MAX"); in tcp_optname()