ROHC compression/decompression library
Data Fields
d_udp_context Struct Reference

Define the UDP part of the decompression profile context. More...

#include <d_udp.h>

Data Fields

uint16_t sport
uint16_t dport
int udp_checksum_present
 Whether the UDP checksum field is encoded in the ROHC packet or not.

Detailed Description

Define the UDP part of the decompression profile context.

This object must be used with the generic part of the decompression context d_generic_context.

See also:
d_generic_context

Field Documentation

UDP destination port

Referenced by udp_parse_static_udp().

UDP source port

Referenced by udp_parse_static_udp().

Whether the UDP checksum field is encoded in the ROHC packet or not.

Referenced by d_udp_create().


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