Searched refs:coap_encode_var_bytes (Results 1 – 15 of 15) sorted by relevance
/net-tools-latest/libcoap/examples/contiki/ |
D | server.c | 113 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()
|
D | coap-observer.c | 143 coap_encode_var_bytes(portbuf, uri.port), portbuf); in PROCESS_THREAD()
|
/net-tools-latest/libcoap/examples/ |
D | coap-server.c | 82 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()
|
D | etsi_iot_01.c | 137 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()
|
D | client.c | 216 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()
|
D | coap-rd.c | 112 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/ |
D | encode.c | 34 coap_encode_var_bytes(unsigned char *buf, unsigned int val) { in coap_encode_var_bytes() function
|
D | block.c | 110 coap_add_option(pdu, type, coap_encode_var_bytes(buf, ((block->num << 4) | in coap_write_block_opt()
|
D | net.c | 1211 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/ |
D | encode.h | 50 unsigned int coap_encode_var_bytes(unsigned char *buf, unsigned int val);
|
/net-tools-latest/libcoap/ |
D | libcoap-1.sym | 27 coap_encode_var_bytes
|
D | libcoap-1.map | 29 coap_encode_var_bytes;
|
D | ChangeLog | 197 * encode.c (coap_encode_var_bytes): more efficient coding for 0
|
/net-tools-latest/libcoap/tests/ |
D | test_wellknown.c | 190 coap_encode_var_bytes(buf, ((inblock.num << 4) | in t_wellknown5() 228 coap_encode_var_bytes(buf, in t_wellknown6()
|
/net-tools-latest/ |
D | coap-client.c | 1235 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()
|