tcp_sndqueuelen is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_sndqueuelen macro

Syntax

#define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen)

Arguments

pcb

References

LocationText
tcp.h:436
#define tcp_sndqueuelen(pcb) ((pcb)->snd_queuelen)
altcp.h:186
#define altcp_sndqueuelen tcp_sndqueuelen
api_msg.c:381
(tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
api_msg.c:415
(tcp_sndqueuelen(conn->pcb.tcp) < TCP_SNDQUEUELOWAT)) {
api_msg.c:1736
(tcp_sndqueuelen(conn->pcb.tcp) >= TCP_SNDQUEUELOWAT)) {
tcp_priv.h:104
((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \