Searched defs:tcp_pcb (Results 1 – 1 of 1) sorted by relevance
168 struct tcp_pcb { struct175 u16_t remote_port;177 u8_t flags;191 u8_t polltmr, pollinterval;192 u8_t last_timer;193 u32_t tmr;196 u32_t rcv_nxt; /* next seqno expected */197 u16_t rcv_wnd; /* receiver window available */198 u16_t rcv_ann_wnd; /* receiver window to announce */199 u32_t rcv_ann_right_edge; /* announced right edge of window */[all …]