ROHC compression/decompression library
|
Defines the UDP header. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | udphdr |
Defines the UDP header.
This file mimics the udphdr struct defined by netinet/udp.h from the GNU C library. It is defined here to be portable on all platforms, even the platforms that miss the declarations or got different declarations, such as Microsoft Windows or FreeBSD. The udphdr struct being trivial, the original copyrights and licenses are not kept to simplify the library license.