Home
last modified time | relevance | path

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

/external/iproute2/include/netinet/
Dtcp.h40 #define TCP_NODELAY 1 /* Don't delay send to coalesce packets */ macro
/external/iproute2/include/linux/
Dtcp.h91 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h147 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
/external/kernel-headers/original/uapi/linux/
Dtcp.h91 #define TCP_NODELAY 1 /* Turn off Nagle's algorithm. */ macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py797 TCP_NODELAY = 0x01 variable