Provides UDP header and helper functions. More...
Provides UDP header and helper functions.
Files | |
file | udp.h |
UDP header and helper functions definition. | |
Data Structures | |
struct | udp_hdr_t |
UDP header. More... | |
Functions | |
void | udp_hdr_print (udp_hdr_t *hdr) |
Print the given UDP header to STDOUT. More... | |
void udp_hdr_print | ( | udp_hdr_t * | hdr | ) |
Print the given UDP header to STDOUT.
[in] | hdr | UDP header to print |