ROHC compression/decompression library
Data Fields
udphdr Struct Reference

#include <udp.h>

Data Fields

uint16_t source
 
uint16_t dest
 
uint16_t len
 
uint16_t check
 

Detailed Description

The UDP header

Field Documentation

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


The documentation for this struct was generated from the following file: