#include <udp.h>
Data Fields | |
| uint16_t | udp_src |
| The source port. | |
| uint16_t | udp_dst |
| The destination port. | |
| uint16_t | udp_len |
| The packet length. | |
| uint16_t | udp_chk |
| The UDP checksum. | |
Definition at line 18 of file udp.h.
|
|
The UDP checksum.
|
|
|
The destination port.
|
|
|
The packet length.
|
|
|
The source port.
|
1.2.18