Home
last modified time | relevance | path

Searched refs:tcp_sndbuf (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp.h326 #define tcp_sndbuf(pcb) ((pcb)->snd_buf) macro
Dtcp_impl.h88 … ((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \
/lib/liblwip/src/api/
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) &&
1253 available = tcp_sndbuf(conn->pcb.tcp);
1279 } else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
/lib/liblwip/doc/
Drawapi.txt207 be retrieved with the tcp_sndbuf() function.
210 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,