Searched defs:TCP_NODELAY (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmapopt.c74 #include <netinet/tcp.h> /* TCP_NODELAY, TCP_MAXSEG */
406 * Sanity check. SO_LINGER and TCP_NODELAY should be available
417 * Some platforms, such as NCR 2.03, don't have TCP_NODELAY defined
421 #if !defined(TCP_NODELAY)
422 #error "TCP_NODELAY is not defined"
472 #ifndef TCP_NODELAY /* don't delay to coalesce data */
473 #define TCP_NODELAY _PR_NO_SUCH_SOCKOPT macro
492 TCP_NODELAY, TCP_MAXSEG, SO_BROADCAST
/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp.h150 #undef TCP_NODELAY macro
151 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h160 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h197 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_beos.h193 #define TCP_NODELAY SO_NONBLOCK macro
H A D_macos.h451 #define TCP_NODELAY TCP_NODELAY macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h721 #define TCP_NODELAY 1 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h751 #define TCP_NODELAY 1 macro

Completed in 145 milliseconds