Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h122 #define TCP_RTO_INITIAL 0x19 macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c141 { TCP_RTO_INITIAL, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (uint32_t), 0 },
458 case TCP_RTO_INITIAL: in tcp_opt_get()
933 case TCP_RTO_INITIAL: in tcp_opt_set()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2042 case TCP_RTO_INITIAL: return ("TCP_RTO_INITIAL"); in tcp_optname()