Searched refs:TCP_SNDLOWAT (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Dinit.c229 if (TCP_SNDLOWAT >= TCP_SND_BUF)
230 LWIP_PLATFORM_DIAG(("lwip_sanity_check: WARNING: TCP_SNDLOWAT must be less than TCP_SND_BUF.\n"));
/external/syslinux/core/lwip/src/include/lwip/
H A Dopt.h964 * TCP_SNDLOWAT: TCP writable space (bytes). This must be less than
968 #ifndef TCP_SNDLOWAT
969 #define TCP_SNDLOWAT ((TCP_SND_BUF)/2) macro
975 * this number, select returns writable (combined with TCP_SNDLOWAT).
/external/syslinux/core/lwip/src/api/
H A Dapi_msg.c295 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) &&
1252 ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||

Completed in 55 milliseconds