Home
last modified time | relevance | path

Searched refs:TCP_RCV_SCALE (Results 1 - 6 of 6) sorted by relevance

/third_party/lwip/src/core/
H A Dinit.c143 #if (LWIP_TCP && (TCP_RCV_SCALE > 14))
146 #if (LWIP_TCP && (TCP_WND > (0xFFFFU << TCP_RCV_SCALE)))
149 #if (LWIP_TCP && ((TCP_WND >> TCP_RCV_SCALE) == 0))
H A Dtcp_out.c1237 opts[0] = PP_HTONL(0x01030300 | TCP_RCV_SCALE); in tcp_build_wnd_scale_option()
2007 wnd = PP_HTONS(((TCP_WND >> TCP_RCV_SCALE) & 0xFFFF)); in tcp_rst()
H A Dtcp_in.c1997 pcb->rcv_scale = TCP_RCV_SCALE;
/third_party/lwip/test/fuzz/
H A Dlwipopts.h69 #define TCP_RCV_SCALE 2 macro
/third_party/lwip/test/unit/
H A Dlwipopts.h64 #define TCP_RCV_SCALE 0 macro
/third_party/lwip/src/include/lwip/
H A Dopt.h1234 * ATTENTION: when using TCP_RCV_SCALE, TCP_WND is the total size
1236 * will be TCP_WND >> TCP_RCV_SCALE
1461 * LWIP_WND_SCALE and TCP_RCV_SCALE:
1463 * Set TCP_RCV_SCALE to the desired scaling factor (shift count in the
1465 * When LWIP_WND_SCALE is enabled but TCP_RCV_SCALE is 0, we can use a large
1470 #define TCP_RCV_SCALE 0 macro

Completed in 11 milliseconds