#include <tcp_impl.h>
Data Fields | |
u8_t | flags |
u16_t | len |
struct tcp_seg * | next |
struct pbuf * | p |
struct tcp_hdr * | tcphdr |
u8_t tcp_seg::flags |
Referenced by tcp_create_segment(), tcp_output_segment(), and tcp_write().
u16_t tcp_seg::len |
struct tcp_seg* tcp_seg::next |
struct pbuf* tcp_seg::p |
struct tcp_hdr* tcp_seg::tcphdr |