Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h123 #define TCP_RTO_MIN 0x1A macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c143 { TCP_RTO_MIN, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (uint32_t), 0 },
461 case TCP_RTO_MIN: in tcp_opt_get()
968 case TCP_RTO_MIN: in tcp_opt_set()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2043 case TCP_RTO_MIN: return ("TCP_RTO_MIN"); in tcp_optname()