LwIP + 0/8 examples
CodeScope will show references to tcp_sndbuf from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
STM324x9I_EVAL
Applications
LwIP
STM324xG_EVAL
Applications
LwIP
 
Symbols
loading...
Files
loading...

tcp_sndbuf macro

Syntax

#define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf))

Arguments

pcb

Examples

tcp_sndbuf is referenced by 8 libraries and example projects.

References

LocationText
tcp.h:434
#define tcp_sndbuf(pcb) (TCPWND16((pcb)->snd_buf))
altcp.h:185
#define altcp_sndbuf tcp_sndbuf
api_msg.c:380
if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
api_msg.c:414
if ((conn->pcb.tcp != NULL) && (tcp_sndbuf(conn->pcb.tcp) > TCP_SNDLOWAT) &&
api_msg.c:1685
available = tcp_sndbuf(conn->pcb.tcp);
api_msg.c:1735
} else if ((tcp_sndbuf(conn->pcb.tcp) <= TCP_SNDLOWAT) ||
tcp_priv.h:104
((tcp_sndbuf(tpcb) == 0) || (tcp_sndqueuelen(tpcb) >= TCP_SND_QUEUELEN)) \