Searched refs:COAP_OPTION_LOCATION_PATH (Results 1 – 10 of 10) sorted by relevance
/third_party/libcoap/tests/ |
D | test_pdu.c | 661 result = coap_add_option(pdu, COAP_OPTION_LOCATION_PATH, 255, in t_encode_pdu10() 670 result = coap_add_option(pdu, COAP_OPTION_LOCATION_PATH, 14, in t_encode_pdu10() 1035 result = coap_add_option(pdu, COAP_OPTION_LOCATION_PATH, 255, in t_encode_pdu18() 1051 result = coap_insert_option(pdu, COAP_OPTION_LOCATION_PATH, 14, in t_encode_pdu18()
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 125 #define COAP_OPTION_LOCATION_PATH 8 /* ___RE__, String, 0-255 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 526 { COAP_OPTION_LOCATION_PATH, "Location-Path" }, in msg_option_string() 950 opt_iter.number == COAP_OPTION_LOCATION_PATH || in coap_show_pdu()
|
D | coap_pdu.c | 529 case COAP_OPTION_LOCATION_PATH: in coap_option_check_repeatable() 1161 case COAP_OPTION_LOCATION_PATH: in coap_pdu_parse_opt_base()
|
D | coap_oscore.c | 855 case COAP_OPTION_LOCATION_PATH: in coap_oscore_decrypt_pdu()
|
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 214 coap_add_option(response, COAP_OPTION_LOCATION_PATH, in hnd_post_test()
|
D | coap-rd.c | 525 COAP_OPTION_LOCATION_PATH, in hnd_post_rd()
|
D | coap-server.c | 1470 if (!coap_add_option(response, COAP_OPTION_LOCATION_PATH, in hnd_put_post()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 218 COAP_OPTION_LOCATION_PATH 8 /* ___RE__, String, 0-255 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 330 COAP_OPTION_LOCATION_PATH 8 /* ___RE__, String, 0-255 B, RFC7252 */
|