| 
    ROHC compression/decompression library
    
   | 
 
#include <udp.h>
Data Fields | |
| uint16_t | source | 
| uint16_t | dest | 
| uint16_t | len | 
| uint16_t | check | 
The UDP header
| uint16_t udphdr::check | 
The checksum over of the UDP header + pseudo IP header
| uint16_t udphdr::dest | 
The destination port of the UDP header
| uint16_t udphdr::len | 
The length (in bytes) of the UDP packet (header + payload)
| uint16_t udphdr::source | 
The source port of the UDP header
 1.8.14