Home
last modified time | relevance | path

Searched defs:wnd (Results 1 – 8 of 8) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtcp.h137 #define RCV_WND_SCALE(pcb, wnd) (((wnd) >> (pcb)->rcv_scale)) argument
138 #define SND_WND_SCALE(pcb, wnd) (((wnd) << (pcb)->snd_scale)) argument
142 #define RCV_WND_SCALE(pcb, wnd) (wnd) argument
143 #define SND_WND_SCALE(pcb, wnd) (wnd) argument
148 #define TCP_WND_INC(wnd, inc) do { \ argument
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtcp.h135 #define RCV_WND_SCALE(pcb, wnd) (((wnd) >> (pcb)->rcv_scale)) argument
136 #define SND_WND_SCALE(pcb, wnd) (((wnd) << (pcb)->snd_scale)) argument
141 #define RCV_WND_SCALE(pcb, wnd) (wnd) argument
142 #define SND_WND_SCALE(pcb, wnd) (wnd) argument
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtcp_helper.c43 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd()
131 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtcp_helper.c49 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd()
138 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd()
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtcp_helper.c44 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd()
133 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c1240 u32_t wnd, snd_nxt; in tcp_output() local
1820 u16_t src_port, u16_t dst_port, u8_t flags, u16_t wnd) in tcp_output_alloc_header_common()
1985 u16_t wnd; in tcp_rst() local
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c901 u32_t wnd, snd_nxt; in tcp_output() local
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c996 u32_t wnd, snd_nxt; in tcp_output() local

Completed in 24 milliseconds