Searched refs:TCP_RCV_SCALE (Results 1 – 12 of 12) sorted by relevance
140 #if (LWIP_TCP && (TCP_RCV_SCALE > 14))143 #if (LWIP_TCP && (TCP_WND > (0xFFFFU << TCP_RCV_SCALE)))146 #if (LWIP_TCP && ((TCP_WND >> TCP_RCV_SCALE) == 0))
1224 opts[0] = PP_HTONL(0x01030300 | TCP_RCV_SCALE); in tcp_build_wnd_scale_option()1994 wnd = PP_HTONS(((TCP_WND >> TCP_RCV_SCALE) & 0xFFFF)); in tcp_rst()
1962 pcb->rcv_scale = TCP_RCV_SCALE;
144 #if (LWIP_TCP && (TCP_RCV_SCALE > 14))147 #if (LWIP_TCP && (TCP_WND > (0xFFFFU << TCP_RCV_SCALE)))150 #if (LWIP_TCP && ((TCP_WND >> TCP_RCV_SCALE) == 0))
908 opts[0] = PP_HTONL(0x01030300 | TCP_RCV_SCALE); in tcp_build_wnd_scale_option()1366 tcphdr->wnd = PP_HTONS(((TCP_WND >> TCP_RCV_SCALE) & 0xFFFF)); in tcp_rst()
1780 pcb->rcv_scale = TCP_RCV_SCALE;
51 #define TCP_RCV_SCALE 0 macro
62 #define TCP_RCV_SCALE 0 macro
69 #define TCP_RCV_SCALE 2 macro
63 #define TCP_RCV_SCALE 0 macro
1330 #define TCP_RCV_SCALE 0 macro
1470 #define TCP_RCV_SCALE 0 macro
Completed in 39 milliseconds