Home
last modified time | relevance | path

Searched refs:TCP_CORK (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp.h120 #define TCP_CORK 0x18 macro
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c132 { 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 Dmilter.c393 # 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 Dprint.c1942 case TCP_CORK: return ("TCP_CORK"); in tcp_optname()