Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h118 #define TCP_INIT_CWND 0x15 macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c122 { TCP_INIT_CWND, IPPROTO_TCP, OA_RW, OA_RW, OP_CONFIG, 0,
417 case TCP_INIT_CWND: in tcp_opt_get()
708 case TCP_INIT_CWND: in tcp_opt_set()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2037 case TCP_INIT_CWND: return ("TCP_INIT_CWND"); in tcp_optname()