Go to the source code of this file.
Data Structures | |
struct | s_tcp_hdr |
Defines | |
#define | TCP_FL_FIN 0x01 |
#define | TCP_FL_SYN 0x02 |
#define | TCP_FL_RST 0x04 |
#define | TCP_FL_PSH 0x08 |
#define | TCP_FL_ACK 0x10 |
#define | TCP_FL_URG 0x20 |
#define | TCP_HEADER_LEN sizeof (struct s_tcp_hdr) |
Variables | |
s_tcp_hdr | packed |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|