Go to the source code of this file.
|
| 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.
|
| |
| unsigned int | coap_encode_var_safe (uint8_t *buf, size_t length, unsigned int val) |
| | Encodes multiple-length byte sequences.
|
| |
| uint64_t | coap_decode_var_bytes8 (const uint8_t *buf, size_t len) |
| | Decodes multiple-length byte sequences.
|
| |
| unsigned int | coap_encode_var_safe8 (uint8_t *buf, size_t length, uint64_t val) |
| | Encodes multiple-length byte sequences.
|
| |
◆ coap_fls()
| int coap_fls |
( |
unsigned int |
i | ) |
|
◆ coap_flsll()
| int coap_flsll |
( |
long long |
i | ) |
|