Home
last modified time | relevance | path

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

/qemu/include/net/
A Deth.h159 struct tcp_hdr { struct
160 u_short th_sport; /* source port */
162 uint32_t th_seq; /* sequence number */
165 u_char th_off : 4, /* data offset */
166 th_x2:4; /* (unused) */
168 u_char th_x2 : 4, /* (unused) */
169 th_off:4; /* data offset */
176 u_char th_flags;
185 u_short th_win; /* window */
186 u_short th_sum; /* checksum */
[all …]
/qemu/hw/net/
A Dvirtio-net.c2359 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local

Completed in 22 milliseconds