Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
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))
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()
Dtcp_in.c1997 pcb->rcv_scale = TCP_RCV_SCALE;
/third_party/lwip/test/fuzz/
Dlwipopts.h69 #define TCP_RCV_SCALE 2 macro
/third_party/lwip/test/unit/
Dlwipopts.h64 #define TCP_RCV_SCALE 0 macro
/third_party/lwip/src/include/lwip/
Dopt.h1470 #define TCP_RCV_SCALE 0 macro