Searched refs:COAP_OPTION_URI_PATH (Results 1 – 8 of 8) sorted by relevance
/net-tools-latest/libcoap/include/coap/ |
D | pdu.h | 63 #define COAP_OPTION_URI_PATH 11 /* C, String, 0-255 B, (none) */ macro
|
/net-tools-latest/libcoap/src/ |
D | debug.c | 300 { COAP_OPTION_URI_PATH, "Uri-Path" }, in msg_option_string() 436 if (opt_iter.type == COAP_OPTION_URI_PATH || in coap_show_pdu()
|
D | resource.c | 391 coap_option_setb(filter, COAP_OPTION_URI_PATH);
|
D | net.c | 468 case COAP_OPTION_URI_PATH: in coap_option_check_critical()
|
/net-tools-latest/libcoap/examples/contiki/ |
D | coap-observer.c | 158 coap_add_option(request, COAP_OPTION_URI_PATH, in PROCESS_THREAD()
|
/net-tools-latest/libcoap/examples/ |
D | client.c | 226 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/ |
D | test_pdu.c | 327 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/ |
D | coap-client.c | 687 new_option_node(COAP_OPTION_URI_PATH, in parse_uri() 1124 case COAP_OPTION_URI_PATH : in add_options()
|