Home
last modified time | relevance | path

Searched refs:COAP_OPTION_URI_PATH (Results 1 – 8 of 8) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dpdu.h63 #define COAP_OPTION_URI_PATH 11 /* C, String, 0-255 B, (none) */ macro
/net-tools-latest/libcoap/src/
Ddebug.c300 { COAP_OPTION_URI_PATH, "Uri-Path" }, in msg_option_string()
436 if (opt_iter.type == COAP_OPTION_URI_PATH || in coap_show_pdu()
Dresource.c391 coap_option_setb(filter, COAP_OPTION_URI_PATH);
Dnet.c468 case COAP_OPTION_URI_PATH: in coap_option_check_critical()
/net-tools-latest/libcoap/examples/contiki/
Dcoap-observer.c158 coap_add_option(request, COAP_OPTION_URI_PATH, in PROCESS_THREAD()
/net-tools-latest/libcoap/examples/
Dclient.c226 case COAP_OPTION_URI_PATH : in clear_obs()
387 case COAP_OPTION_URI_PATH : in message_handler()
451 case COAP_OPTION_URI_PATH : in message_handler()
704 new_option_node(COAP_OPTION_URI_PATH, in cmdline_uri()
/net-tools-latest/libcoap/tests/
Dtest_pdu.c327 result = coap_add_option(pdu, COAP_OPTION_URI_PATH, in t_encode_pdu4()
335 result = coap_add_option(pdu, COAP_OPTION_URI_PATH, 0, NULL); in t_encode_pdu4()
/net-tools-latest/
Dcoap-client.c687 new_option_node(COAP_OPTION_URI_PATH, in parse_uri()
1124 case COAP_OPTION_URI_PATH : in add_options()