Searched refs:coap_encode_var_safe8 (Results 1 – 11 of 11) sorted by relevance
/third_party/libcoap/tests/ |
D | test_encode.c | 144 result = coap_encode_var_safe8(buf, sizeof(buf), 0x05060708); in t_encode3() 168 result = coap_encode_var_safe8(buf, sizeof(buf), 0x00); in t_encode5() 181 result = coap_encode_var_safe8(buf, sizeof(buf), 0x01); in t_encode6() 194 result = coap_encode_var_safe8(buf, sizeof(buf), 0x0102030405060708); in t_encode7() 207 result = coap_encode_var_safe8(buf, 2, 0x0102030405060708); in t_encode8()
|
/third_party/libcoap/include/coap3/ |
D | coap_encode.h | 101 unsigned int coap_encode_var_safe8(uint8_t *buf,
|
/third_party/libcoap/src/ |
D | coap_encode.c | 77 coap_encode_var_safe8(uint8_t *buf, size_t length, uint64_t val) { in coap_encode_var_safe8() function
|
D | coap_block.c | 341 coap_encode_var_safe8(buf, sizeof(buf), length), in coap_add_data_blocked_response() 364 coap_encode_var_safe8(buf, sizeof(buf), length), in coap_add_data_blocked_response() 521 ltoken_len = coap_encode_var_safe8(ltoken, sizeof(token), token); in coap_retransmit_oscore_pdu() 887 coap_encode_var_safe8(buf, sizeof(buf), etag), in coap_add_data_large_internal() 965 coap_encode_var_safe8(buf, sizeof(buf), etag), in coap_add_data_large_internal() 1191 size_t len = coap_encode_var_safe8(buf, sizeof(token), token); in coap_build_missing_pdu() 1684 ltoken_length = coap_encode_var_safe8(ltoken, sizeof(token), token); in coap_send_q_blocks() 1730 ltoken_length = coap_encode_var_safe8(ltoken, sizeof(token), token); in coap_send_q_blocks() 2470 coap_encode_var_safe8(buf, in coap_handle_request_send_block() 2956 ltoken_len = coap_encode_var_safe8(ltoken, sizeof(token), token); in check_freshness() [all …]
|
D | coap_net.c | 1320 len = coap_encode_var_safe8(buf, sizeof(lg_crcv->state_token), in coap_send() 1448 coap_encode_var_safe8(buf, sizeof(buf), hop_limit), in coap_send_internal() 2919 coap_encode_var_safe8(buf, sizeof(buf), hop_limit), in handle_request()
|
D | coap_session.c | 1721 *len = coap_encode_var_safe8(data, in coap_session_new_token()
|
D | coap_oscore.c | 358 partial_iv_len = coap_encode_var_safe8(partial_iv_buffer, in coap_oscore_new_pdu_encrypted()
|
/third_party/libcoap/man/ |
D | coap_pdu_setup.txt.in | 24 coap_encode_var_safe8, 69 *unsigned int coap_encode_var_safe8(uint8_t *_buffer_, size_t _size_, 365 *coap_encode_var_safe8*(). 399 *coap_encode_var_safe8*(). 407 *Function: coap_encode_var_safe8()* 409 The *coap_encode_var_safe8*() function encodes 8 byte _value_ into _buffer_ 547 *coap_encode_var_safe8*() returns either the length of bytes
|
D | Makefile.am | 157 @echo ".so man3/coap_pdu_setup.3" > coap_encode_var_safe8.3
|
/third_party/libcoap/ |
D | libcoap-3.map | 85 coap_encode_var_safe8;
|
D | libcoap-3.sym | 83 coap_encode_var_safe8
|