Home
last modified time | relevance | path

Searched defs:tcp_pcb (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h169 struct tcp_pcb { struct
176 u16_t remote_port;
178 u8_t flags;
191 u32_t rcv_nxt; /* next seqno expected */
192 u16_t rcv_wnd; /* receiver window available */
193 u16_t rcv_ann_wnd; /* receiver window to announce */
194 u32_t rcv_ann_right_edge; /* announced right edge of window */
197 u32_t tmr;
198 u8_t polltmr, pollinterval;
201 s16_t rtime;
[all …]