#include <tcp.h>
Data Fields | |
in_addr_t | ip_src |
IP source address (in network format). | |
uint16_t | port_src |
Source port. | |
in_addr_t | ip_dst |
IP destination address (in network format). | |
uint16_t | port_dst |
Destination port. |
Definition at line 29 of file tcp.h.
|
IP destination address (in network format).
|
|
IP source address (in network format).
|
|
Destination port.
|
|
Source port.
|