Home
last modified time | relevance | path

Searched refs:coap_encode_var_bytes (Results 1 – 15 of 15) sorted by relevance

/net-tools-latest/libcoap/examples/contiki/
Dserver.c113 coap_encode_var_bytes(buf, ctx->observe), buf); in hnd_get_time()
118 coap_encode_var_bytes(buf, COAP_MEDIATYPE_TEXT_PLAIN), buf); in hnd_get_time()
121 coap_encode_var_bytes(buf, 0x01), buf); in hnd_get_time()
Dcoap-observer.c143 coap_encode_var_bytes(portbuf, uri.port), portbuf); in PROCESS_THREAD()
/net-tools-latest/libcoap/examples/
Dcoap-server.c82 coap_encode_var_bytes(buf, COAP_MEDIATYPE_TEXT_PLAIN), buf); in hnd_get_index()
86 coap_encode_var_bytes(buf, 0x2ffff), buf); in hnd_get_index()
117 coap_encode_var_bytes(buf, ctx->observe), buf); in hnd_get_time()
123 coap_encode_var_bytes(buf, COAP_MEDIATYPE_TEXT_PLAIN), buf); in hnd_get_time()
127 coap_encode_var_bytes(buf, 0x01), buf); in hnd_get_time()
Detsi_iot_01.c137 coap_encode_var_bytes(buf, COAP_MEDIATYPE_TEXT_PLAIN), buf); in hnd_get_index()
140 coap_encode_var_bytes(buf, 0x2ffff), buf); in hnd_get_index()
165 coap_encode_var_bytes(buf, test_payload->media_type), buf); in hnd_get_resource()
384 coap_encode_var_bytes(buf, COAP_MEDIATYPE_TEXT_PLAIN), buf); in hnd_get_query()
483 coap_encode_var_bytes(buf, COAP_MEDIATYPE_TEXT_PLAIN), buf); in check_async()
Dclient.c216 coap_encode_var_bytes(buf, COAP_OBSERVE_CANCEL), in clear_obs()
404 coap_encode_var_bytes(buf, in message_handler()
472 coap_encode_var_bytes(buf, in message_handler()
655 node = new_option_node(key, coap_encode_var_bytes(buf, value[i]), buf); in cmdline_content_type()
694 coap_encode_var_bytes(portbuf, uri.port), in cmdline_uri()
765 opt_length = coap_encode_var_bytes(buf, in set_blocksize()
Dcoap-rd.c112 coap_encode_var_bytes(buf, in hnd_get_resource()
237 coap_encode_var_bytes(buf, in hnd_get_rd()
243 coap_encode_var_bytes(buf, 0x2ffff), buf); in hnd_get_rd()
/net-tools-latest/libcoap/src/
Dencode.c34 coap_encode_var_bytes(unsigned char *buf, unsigned int val) { in coap_encode_var_bytes() function
Dblock.c110 coap_add_option(pdu, type, coap_encode_var_bytes(buf, ((block->num << 4) | in coap_write_block_opt()
Dnet.c1211 assert(coap_encode_var_bytes(buf, in coap_wellknown_response()
1214 coap_encode_var_bytes(buf, in coap_wellknown_response()
/net-tools-latest/libcoap/include/coap/
Dencode.h50 unsigned int coap_encode_var_bytes(unsigned char *buf, unsigned int val);
/net-tools-latest/libcoap/
Dlibcoap-1.sym27 coap_encode_var_bytes
Dlibcoap-1.map29 coap_encode_var_bytes;
DChangeLog197 * encode.c (coap_encode_var_bytes): more efficient coding for 0
/net-tools-latest/libcoap/tests/
Dtest_wellknown.c190 coap_encode_var_bytes(buf, ((inblock.num << 4) | in t_wellknown5()
228 coap_encode_var_bytes(buf, in t_wellknown6()
/net-tools-latest/
Dcoap-client.c1235 coap_encode_var_bytes(buf, in read_blocks()
1422 coap_encode_var_bytes(buf, in coap_message_handler()
1498 opt_length = coap_encode_var_bytes(buf, in set_blocksize()