Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h325 #define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen) macro
/external/syslinux/core/lwip/src/api/
Dapi_msg.c296 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
330 (tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
1253 (tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT))) {
/external/syslinux/core/lwip/
DCHANGELOG207 to TCP_SNDLOWAT and added tcp_sndqueuelen() - this fixes bug #28605