Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h121 #define TCP_RTO_INITIAL 0x19 macro
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c134 { TCP_RTO_INITIAL, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (uint32_t), 0 },
437 case TCP_RTO_INITIAL: in tcp_opt_get()
849 case TCP_RTO_INITIAL: { in tcp_opt_set()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c1943 case TCP_RTO_INITIAL: return ("TCP_RTO_INITIAL"); in tcp_optname()