Searched refs:TCP_NODELAY (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/include/netinet/
H A Dtcp.h132 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/barrelfish-master/include/netinet/
H A Dtcp.h160 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
/barrelfish-master/include/lwip/lwip/
H A Dsockets.h133 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Db_sock.c926 #if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP))
937 ret=setsockopt(s,opt,TCP_NODELAY,(char *)&on,sizeof(on));
/barrelfish-master/lib/libc/rpc/
H A Dclnt_generic.c381 _setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &one,
H A Dsvc_vc.c328 _setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &len, sizeof (len));
/barrelfish-master/include/lwip2/lwip/
H A Dsockets.h252 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/barrelfish-master/lib/lwip/src/api/
H A Dsockets.c1408 case TCP_NODELAY:
1615 case TCP_NODELAY:
1618 ("lwip_getsockopt(%d, IPPROTO_TCP, TCP_NODELAY) = %s\n",
1807 case TCP_NODELAY:
2011 case TCP_NODELAY:
2018 ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_NODELAY) -> %s\n",
/barrelfish-master/lib/lwip2/src/api/
H A Dsockets.c2078 case TCP_NODELAY:
2080 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_TCP, TCP_NODELAY) = %s\n",
2470 case TCP_NODELAY:
2476 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_NODELAY) -> %s\n",
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dnsrv_server.c1739 if (setsockopt(nsrv_ctrl_sock,IPPROTO_TCP,TCP_NODELAY,
H A Dnsrv_int.c1235 if (setsockopt(sock,IPPROTO_TCP,TCP_NODELAY,
H A Dbmsg.msg.c1491 if (setsockopt(sock,IPPROTO_TCP,TCP_NODELAY,
/barrelfish-master/lib/arranet/
H A Darranet.c422 case TCP_NODELAY:

Completed in 146 milliseconds