Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp.h168 struct tcp_pcb { struct
177 u8_t flags;
191 u8_t polltmr, pollinterval;
193 u32_t tmr;
202 s16_t rtime;
209 s16_t sa, sv; /* @todo document this */
215 u8_t dupacks;
219 u16_t cwnd;
220 u16_t ssthresh;
230 u16_t acked;
[all …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtcp.h200 struct tcp_pcb { struct
232 u8_t polltmr, pollinterval;
233 u8_t last_timer;
234 u32_t tmr;
243 s16_t rtime;
250 s16_t sa, sv; /* @todo document this */
256 u8_t dupacks;
290 struct tcp_pcb_listen* listener; argument
303 tcp_err_fn errf;
315 u32_t keep_cnt;
[all …]
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtcp.h242 struct tcp_pcb { struct
278 u8_t polltmr, pollinterval;
279 u8_t last_timer;
280 u32_t tmr;
295 s16_t rtime;
308 u8_t dupacks;
316 u32_t rto_end;
347 struct tcp_pcb_listen* listener; argument
360 tcp_err_fn errf;
372 u32_t keep_cnt;
[all …]

Completed in 11 milliseconds