Searched refs:TCP_CORK (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/netinet/ |
H A D | tcp.h | 120 #define TCP_CORK 0x18 macro
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 132 { TCP_CORK, IPPROTO_TCP, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 }, 434 case TCP_CORK: in tcp_opt_get() 832 case TCP_CORK: in tcp_opt_set()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 393 # if MILTER_NO_NAGLE && defined(TCP_CORK) 415 # if MILTER_NO_NAGLE && defined(TCP_CORK) 416 setsockopt(m->mf_sock, IPPROTO_TCP, TCP_CORK, (char *)&cork, 423 # if MILTER_NO_NAGLE && defined(TCP_CORK) 425 setsockopt(m->mf_sock, IPPROTO_TCP, TCP_CORK, (char *)&cork, 1181 # if MILTER_NO_NAGLE && !defined(TCP_CORK)
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.c | 1942 case TCP_CORK: return ("TCP_CORK"); in tcp_optname()
|