Ports structure used to get the source and destination ports for transport protocols. More...
Data Fields | |
uint16_t | src |
Source port. | |
uint16_t | dst |
Destination port. |
Ports structure used to get the source and destination ports for transport protocols.
uint16_t ports_t::dst |
Destination port.
Referenced by trace_get_destination_address(), and trace_get_destination_port().
uint16_t ports_t::src |
Source port.
Referenced by trace_get_source_address(), and trace_get_source_port().