HomeSort by relevance Sort by last modified time
    Searched refs:TCP_NODELAY (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketChannelImpl.java 239 set.add(StandardSocketOptions.TCP_NODELAY);
    [all...]
  /system/core/adb/
sysdeps.h 820 adb_setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &off, sizeof(off));
  /external/fio/engines/
net.c 139 .help = "Use TCP_NODELAY on TCP connections",
748 if (setsockopt(f->fd, IPPROTO_TCP, TCP_NODELAY, (void *) &optval, sizeof(int)) < 0) {
749 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
863 if (setsockopt(f->fd, IPPROTO_TCP, TCP_NODELAY, (void *) &optval, sizeof(int)) < 0) {
864 log_err("fio: cannot set TCP_NODELAY option on socket (%s), disable with 'nodelay=0'\n", strerror(errno));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py     [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 302 setsockopt(delboy->socket, SOL_SOCKET, TCP_NODELAY, (const void *)&optVal, sizeof(optVal));
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 882 self.connection.setsockopt(socket.SOL_TCP, socket.TCP_NODELAY, 1)
    [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/fio/
configure 1081 # Check whether we have TCP_NODELAY
1082 tcp_nodelay="no"
1090 return getsockopt(0, 0, TCP_NODELAY, NULL, NULL);
1093 if compile_prog "" "" "TCP_NODELAY"; then
1094 tcp_nodelay="yes"
1096 echo "TCP_NODELAY $tcp_nodelay"
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 561 * Setting TCP_NODELAY is not mandatory for the SPDY protocol.
567 rv = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &val, (socklen_t)sizeof(val));
test_request_response.c 549 * Setting TCP_NODELAY is not mandatory for the SPDY protocol.
555 rv = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &val, (socklen_t)sizeof(val));
  /external/valgrind/auxprogs/
valgrind-di-server.c 67 * Both files: document the reason for setting TCP_NODELAY
    [all...]
  /external/valgrind/include/vki/
vki-darwin.h 1083 #define VKI_TCP_NODELAY TCP_NODELAY
vki-solaris.h 220 #define VKI_TCP_NODELAY TCP_NODELAY
    [all...]
  /libcore/ojluni/src/main/native/
net_util_md.c 30 #include <netinet/tcp.h> /* Defines TCP_NODELAY, needed for 2.6 */
920 { java_net_SocketOptions_TCP_NODELAY, IPPROTO_TCP, TCP_NODELAY },
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 658 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY,
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
rfc2217.py 384 self._socket.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 58 #include <netinet/tcp.h> // for TCP_NODELAY
535 *sopt = TCP_NODELAY;
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 1016 res = setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(flag));
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 553 initConstant(env, c, "TCP_NODELAY", TCP_NODELAY);
  /external/netperf/src/
nettest_bsd.c 377 -D [L][,R] Set TCP_NODELAY locally and/or remotely (TCP_*)\n\
    [all...]
nettest_xti.c 388 /* Now, we will see about setting the TCP_NODELAY flag on the local */
391 /* If the user tries to enable TCP_NODELAY on a UDP socket, this */
394 #ifdef TCP_NODELAY
419 sock_option->myopthdr.name = TCP_NODELAY;
433 "create_xti_endpoint: TCP_NODELAY option: errno %d t_errno %d\n",
441 #else /* TCP_NODELAY */
445 #endif /* TCP_NODELAY */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 215 #define TCP_NODELAY 0x0001
    [all...]
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 

Completed in 1493 milliseconds

1 2 3 45 6 7