Searched refs:TCP_SNDLOWAT (Results 1 – 5 of 5) sorted by relevance
306 #if TCP_SNDLOWAT >= TCP_SND_BUF309 #if TCP_SNDLOWAT >= (0xFFFF - (4 * TCP_MSS))
1330 #if !defined TCP_SNDLOWAT || defined __DOXYGEN__1331 #define TCP_SNDLOWAT LWIP_MIN(LWIP_MAX(((TCP_SND_BUF)/2), (2 * TCP_MSS) + 1), (T… macro
380 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&414 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1738 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
215 * Added TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT
1374 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small1705 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605