Go to the source code of this file.
|
| enum | direction { UP = 0,
DOWN = 1,
BI = 2
} |
| |
| enum | device_type { NETWORK_GATEWAY = 0,
DEVICE = 1
} |
| |
| enum | CDA {
NOTSENT = 0,
VALUESENT = 1,
MAPPINGSENT = 2,
LSB = 3,
COMPLENGTH = 4,
COMPCHK = 5,
DEVIID = 6,
APPIID = 7
} |
| |
|
| static uint8_t | equal (struct schc_field *target_field, unsigned char *field_value) |
| |
| static uint8_t | ignore (struct schc_field *target_field, unsigned char *field_value) |
| |
| static uint8_t | MSB (struct schc_field *target_field, unsigned char *field_value) |
| |
| static uint8_t | matchmap (struct schc_field *target_field, unsigned char *field_value) |
| |
◆ COAP_OPTIONS_LENGTH
| #define COAP_OPTIONS_LENGTH 16 |
◆ IP6_HLEN
◆ MIC_C_SIZE_BITS
| #define MIC_C_SIZE_BITS 1 |
◆ UDP_HLEN
◆ WINDOW_SIZE_BITS
| #define WINDOW_SIZE_BITS 1 |
◆ schc_ip6addr_t
| typedef uint16_t schc_ip6addr_t[8] |
◆ schc_ipaddr_t
◆ CDA
| Enumerator |
|---|
| NOTSENT | |
| VALUESENT | |
| MAPPINGSENT | |
| LSB | |
| COMPLENGTH | |
| COMPCHK | |
| DEVIID | |
| APPIID | |
◆ device_type
| Enumerator |
|---|
| NETWORK_GATEWAY | |
| DEVICE | |
◆ direction
◆ equal()
| static uint8_t equal |
( |
struct schc_field * |
target_field, |
|
|
unsigned char * |
field_value |
|
) |
| |
|
static |
◆ ignore()
| static uint8_t ignore |
( |
struct schc_field * |
target_field, |
|
|
unsigned char * |
field_value |
|
) |
| |
|
static |
◆ matchmap()
| static uint8_t matchmap |
( |
struct schc_field * |
target_field, |
|
|
unsigned char * |
field_value |
|
) |
| |
|
static |
◆ MSB()
| static uint8_t MSB |
( |
struct schc_field * |
target_field, |
|
|
unsigned char * |
field_value |
|
) |
| |
|
static |