Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h122 #define TCP_RTO_MIN 0x1A macro
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c136 { TCP_RTO_MIN, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (uint32_t), 0 },
440 case TCP_RTO_MIN: in tcp_opt_get()
890 case TCP_RTO_MIN: in tcp_opt_set()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c1944 case TCP_RTO_MIN: return ("TCP_RTO_MIN"); in tcp_optname()