Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h117 #define TCP_INIT_CWND 0x15 macro
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c117 { TCP_INIT_CWND, IPPROTO_TCP, OA_RW, OA_RW, OP_CONFIG, 0,
406 case TCP_INIT_CWND: in tcp_opt_get()
687 case TCP_INIT_CWND: in tcp_opt_set()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c1938 case TCP_INIT_CWND: return ("TCP_INIT_CWND"); in tcp_optname()