Searched refs:TCP_RCV_SCALE (Results 1 – 6 of 6) sorted by relevance
143 #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))
1237 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()
1997 pcb->rcv_scale = TCP_RCV_SCALE;
69 #define TCP_RCV_SCALE 2 macro
64 #define TCP_RCV_SCALE 0 macro
1470 #define TCP_RCV_SCALE 0 macro