Searched refs:TCP_SNDLOWAT (Results 1 – 5 of 5) sorted by relevance
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
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) &&1279 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
81 * Added TCP_SNDQUEUELOWAT corresponding to TCP_SNDLOWAT
175 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small506 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605