Searched defs:tcp_pcb (Results 1 – 2 of 2) sorted by relevance
200 struct tcp_pcb { struct207 u16_t remote_port;209 tcpflags_t flags;232 u8_t polltmr, pollinterval;233 u8_t last_timer;234 u32_t tmr;237 u32_t rcv_nxt; /* next seqno expected */238 tcpwnd_size_t rcv_wnd; /* receiver window available */239 tcpwnd_size_t rcv_ann_wnd; /* receiver window to announce */240 u32_t rcv_ann_right_edge; /* announced right edge of window */[all …]
109 struct tcp_pcb *tcp_pcb; /* lwIP TCP control block */ member