Searched refs:TCP_SNDLOWAT (Results 1 – 16 of 16) sorted by relevance
305 #if TCP_SNDLOWAT >= TCP_SND_BUF308 #if TCP_SNDLOWAT >= (0xFFFF - (4 * TCP_MSS))
310 #if TCP_SNDLOWAT >= TCP_SND_BUF313 #if TCP_SNDLOWAT >= (0xFFFF - (4 * TCP_MSS))
993 #ifndef TCP_SNDLOWAT994 #define TCP_SNDLOWAT LWIP_MIN(LWIP_MAX(((TCP_SND_BUF)/2), (2 * TCP_MSS) + 1), (T… macro
270 #if TCP_SNDLOWAT >= TCP_SND_BUF
391 #define TCP_SNDLOWAT (TCP_SND_BUF/2) macro
1220 #if !defined TCP_SNDLOWAT || defined __DOXYGEN__1221 #define TCP_SNDLOWAT LWIP_MIN(LWIP_MAX(((TCP_SND_BUF)/2), (2 * TCP_MSS) + 1), (T… macro
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
295 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&329 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1280 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
81 * Added TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT
165 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small496 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605
330 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&364 if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&1565 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
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) &&1735 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
180 * Added TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT
1121 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small1452 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605
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
Completed in 739 milliseconds