Home
last modified time | relevance | path

Searched defs:TCP_NODELAY (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/netinet/
H A Dtcp.d40 enum TCP_NODELAY = 1; in version() local
44 enum TCP_NODELAY = 1; in version() local
48 enum TCP_NODELAY = 1; in version() local
52 enum TCP_NODELAY = 1; in version() local
56 enum TCP_NODELAY = 1; in version() local
60 enum TCP_NODELAY = 1; in version() local
64 enum TCP_NODELAY = 1; in version() local
68 enum TCP_NODELAY = 1; in version() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Dtcp.d51 TCP_NODELAY = 1, /// Don't delay send to coalesce packets enumerator
/netbsd-src/sys/netinet/
H A Dtcp.h125 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinsock2.d323 TCP_NODELAY = 1, enumerator