|
ROHC compression/decompression library
|
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. | |
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.
| uint16_t d_udp_context::dport |
UDP destination port
Referenced by udp_parse_static_udp().
| uint16_t d_udp_context::sport |
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().
1.7.6.1