#include <def.h>
Data Fields | |
ip_t | d_addr |
the destination ip address | |
ip_t | s_addr |
the source ip address | |
port_t | d_port |
the destination port | |
port_t | s_port |
the source port | |
seq_num_t | seq_num |
the sequence number | |
seq_num_t | ack_num |
the ack number | |
flag_t | syn_flag |
was the SYN flag set in the packet? | |
flag_t | ack_flag |
was the ACK flag set in the packet? | |
window_t | window |
the window for the packet |
Definition at line 110 of file def.h.