Searched defs:wnd (Results 1 – 2 of 2) sorted by relevance
137 #define RCV_WND_SCALE(pcb, wnd) (((wnd) >> (pcb)->rcv_scale)) argument138 #define SND_WND_SCALE(pcb, wnd) (((wnd) << (pcb)->snd_scale)) argument142 #define RCV_WND_SCALE(pcb, wnd) (wnd) argument143 #define SND_WND_SCALE(pcb, wnd) (wnd) argument148 #define TCP_WND_INC(wnd, inc) do { \ argument
1240 u32_t wnd, snd_nxt; in tcp_output() local1820 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