Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H 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
/btstack/3rd-party/lwip/core/src/core/
H 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