26 #ifndef ROHC_PACKETS_H
27 #define ROHC_PACKETS_H
36 # define ROHC_EXPORT __declspec(dllexport)
122 __attribute__((warn_unused_result,
const));
125 __attribute__((warn_unused_result,
const));
128 __attribute__((warn_unused_result, nonnull(1)));
Definition: rohc_packets.h:53
Definition: rohc_packets.h:110
Definition: rohc_packets.h:68
Definition: rohc_packets.h:87
Definition: rohc_packets.h:65
Definition: rohc_packets.h:59
Definition: rohc_packets.h:86
Definition: rohc_packets.h:109
Definition: rohc_packets.h:82
Definition: rohc_packets.h:91
rohc_packet_t ROHC_EXPORT rohc_get_packet_type(const char *const packet_id)
Get the packet type from a packet identifier.
Definition: rohc_packets.c:170
Definition: rohc_packets.h:80
Definition: rohc_packets.h:113
#define ROHC_EXPORT
Definition: rohc_packets.h:38
Definition: rohc_packets.h:108
Definition: rohc_packets.h:84
rohc_ext_t
The different types of extensions for UO-1-ID and UOR-2* packets.
Definition: rohc_packets.h:106
Definition: rohc_packets.h:88
Definition: rohc_packets.h:85
Definition: rohc_packets.h:61
Definition: rohc_packets.h:94
Definition: rohc_packets.h:60
Definition: rohc_packets.h:112
Definition: rohc_packets.h:62
const char *ROHC_EXPORT rohc_get_packet_descr(const rohc_packet_t packet_type)
Give a description for the given type of ROHC packet.
Definition: rohc_packets.c:48
Definition: rohc_packets.h:93
Definition: rohc_packets.h:92
Definition: rohc_packets.h:67
Definition: rohc_packets.h:79
Definition: rohc_packets.h:56
const char *ROHC_EXPORT rohc_get_ext_descr(const rohc_ext_t ext_type)
Give a description for the given type of ROHC extension.
Definition: rohc_packets.c:141
Definition: rohc_packets.h:78
Definition: rohc_packets.h:83
Definition: rohc_packets.h:111
Definition: rohc_packets.h:90
Definition: rohc_packets.h:81
Definition: rohc_packets.h:52
Definition: rohc_packets.h:73
Definition: rohc_packets.h:96
Definition: rohc_packets.h:75
rohc_packet_t
The different types of ROHC packets.
Definition: rohc_packets.h:49
Definition: rohc_packets.h:89
Definition: rohc_packets.h:66