Searched defs:tcp_seg (Results 1 – 1 of 1) sorted by relevance
277 struct tcp_seg { struct278 struct tcp_seg *next; /* used when putting segements on a queue */ argument279 struct pbuf *p; /* buffer containing data + TCP header */280 u16_t len; /* the TCP length of this segment */282 u16_t oversize_left; /* Extra bytes available at the end of the last287 u16_t chksum;288 u8_t chksum_swapped;290 u8_t flags;295 struct tcp_hdr *tcphdr; /* the TCP header */
Completed in 5 milliseconds