Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/lwip/priv/
H A Dtcp_priv.h248 struct tcp_seg { struct
249 struct tcp_seg *next; /* used when putting segments on a queue */ argument
250 struct pbuf *p; /* buffer containing data + TCP header */
251 u16_t len; /* the TCP length of this segment */
253 u16_t oversize_left; /* Extra bytes available at the end of the last
258 u16_t chksum;
259 u8_t chksum_swapped;
261 u8_t flags;
267 struct tcp_hdr *tcphdr; /* the TCP header */