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

RCV_WND_SCALE macro

Syntax

#define RCV_WND_SCALE(pcb, wnd) (wnd)

Arguments

pcb

wnd

References

LocationText
tcp.h:142
#define RCV_WND_SCALE(pcb, wnd) (wnd)
tcp_out.c:1488
seg->tcphdr->wnd = lwip_htons(TCPWND_MIN16(RCV_WND_SCALE(pcb, pcb->rcv_ann_wnd)));
tcp_out.c:1862
TCPWND_MIN16(RCV_WND_SCALE(pcb, pcb->rcv_ann_wnd)));