#include <tcp_hdr.h>
Data Fields | |
| tcpport_t | th_srcport |
| tcpport_t | th_dstport |
| u32_t | th_seq_nr |
| u32_t | th_ack_nr |
| u8_t | th_data_off |
| u8_t | th_flags |
| u16_t | th_window |
| u16_t | th_chksum |
| u16_t | th_urgptr |
Definition at line 8 of file tcp_hdr.h.
|
|
Definition at line 13 of file tcp_hdr.h. Referenced by create_RST(), make_pack(), tcp_frag2conn(), and tcp_print_pack(). |
|
|
Definition at line 17 of file tcp_hdr.h. Referenced by create_RST(), make_pack(), and tcp_make_header(). |
|
|
Definition at line 14 of file tcp_hdr.h. Referenced by tcp_extract_tcpopt(), tcp_frag2conn(), tcp_make_header(), and tcp_print_pack(). |
|
|
Definition at line 11 of file tcp_hdr.h. Referenced by create_RST(), find_best_conn(), tcp_frag2conn(), tcp_make_header(), and tcp_print_pack(). |
|
|
Definition at line 15 of file tcp_hdr.h. Referenced by create_RST(), make_pack(), process_advanced_data(), process_data(), tcp_frag2conn(), tcp_make_header(), and tcp_print_pack(). |
|
|
Definition at line 12 of file tcp_hdr.h. Referenced by create_RST(), make_pack(), process_advanced_data(), process_data(), tcp_frag2conn(), tcp_make_header(), and tcp_print_pack(). |
|
|
Definition at line 10 of file tcp_hdr.h. Referenced by create_RST(), find_best_conn(), tcp_frag2conn(), tcp_make_header(), and tcp_print_pack(). |
|
|
Definition at line 18 of file tcp_hdr.h. Referenced by process_data(), and tcp_print_pack(). |
|
|
Definition at line 16 of file tcp_hdr.h. Referenced by create_RST(), make_pack(), tcp_frag2conn(), tcp_make_header(), and tcp_print_pack(). |
1.4.6