Searched defs:tcp_pcb (Results 1 – 2 of 2) 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 …]
353 struct tcp_pcb { struct360 prio_t priority;364 u16_t remote_port;366 tcpflags_t flags;402 u8_t drv_status; /* 0 - Driver not ready. 1- Driver is ready */409 u8_t polltmr, pollinterval;410 u8_t last_timer;411 u32_t tmr;414 u32_t rcv_nxt; /* next seqno expected */415 tcpwnd_size_t rcv_wnd; /* receiver window available */[all …]