Home
last modified time | relevance | path

Searched refs:coap_encode_var_safe8 (Results 1 – 11 of 11) sorted by relevance

/third_party/libcoap/tests/
Dtest_encode.c144 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/
Dcoap_encode.h101 unsigned int coap_encode_var_safe8(uint8_t *buf,
/third_party/libcoap/src/
Dcoap_encode.c77 coap_encode_var_safe8(uint8_t *buf, size_t length, uint64_t val) { in coap_encode_var_safe8() function
Dcoap_block.c341 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 …]
Dcoap_net.c1320 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()
Dcoap_session.c1721 *len = coap_encode_var_safe8(data, in coap_session_new_token()
Dcoap_oscore.c358 partial_iv_len = coap_encode_var_safe8(partial_iv_buffer, in coap_oscore_new_pdu_encrypted()
/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in24 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
DMakefile.am157 @echo ".so man3/coap_pdu_setup.3" > coap_encode_var_safe8.3
/third_party/libcoap/
Dlibcoap-3.map85 coap_encode_var_safe8;
Dlibcoap-3.sym83 coap_encode_var_safe8