Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h324 #define tcp_sndbuf(pcb) ((pcb)->snd_buf) macro
/external/syslinux/core/lwip/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) &&
1223 available = tcp_sndbuf(conn->pcb.tcp);
1252 ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
/external/syslinux/core/lwip/doc/
Drawapi.txt201 be retrieved with the tcp_sndbuf() function.
204 most tcp_sndbuf() bytes of data. If the function returns ERR_MEM,