libcoap
4.3.0
|
#include "coap3/coap_internal.h"
Go to the source code of this file.
Functions | |
int | coap_fls (unsigned int i) |
int | coap_flsll (long long i) |
unsigned int | coap_decode_var_bytes (const uint8_t *buf, size_t len) |
Decodes multiple-length byte sequences. More... | |
unsigned int | coap_encode_var_safe (uint8_t *buf, size_t length, unsigned int val) |
Encodes multiple-length byte sequences. More... | |
uint64_t | coap_decode_var_bytes8 (const uint8_t *buf, size_t len) |
Decodes multiple-length byte sequences. More... | |
unsigned int | coap_encode_var_safe8 (uint8_t *buf, size_t length, uint64_t val) |
Encodes multiple-length byte sequences. More... | |
int coap_fls | ( | unsigned int | i | ) |