Searched defs:tcp_pcb (Results 1 – 1 of 1) sorted by relevance
397 struct tcp_pcb { struct405 u16_t pad1;407 tcpflags_t flags;411 u8_t drv_status; /* 0 - Driver not ready. 1- Driver is ready */412 u8_t pad0;418 u8_t polltmr, pollinterval;419 u8_t last_timer;420 u32_t tmr;423 u32_t rcv_nxt; /* next seqno expected */424 tcpwnd_size_t rcv_wnd; /* receiver window available */[all …]