Home
last modified time | relevance | path

Searched refs:COAP_OPTION_LOCATION_PATH (Results 1 – 10 of 10) sorted by relevance

/third_party/libcoap/tests/
Dtest_pdu.c661 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/
Dcoap_pdu.h125 #define COAP_OPTION_LOCATION_PATH 8 /* ___RE__, String, 0-255 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_debug.c526 { COAP_OPTION_LOCATION_PATH, "Location-Path" }, in msg_option_string()
950 opt_iter.number == COAP_OPTION_LOCATION_PATH || in coap_show_pdu()
Dcoap_pdu.c529 case COAP_OPTION_LOCATION_PATH: in coap_option_check_repeatable()
1161 case COAP_OPTION_LOCATION_PATH: in coap_pdu_parse_opt_base()
Dcoap_oscore.c855 case COAP_OPTION_LOCATION_PATH: in coap_oscore_decrypt_pdu()
/third_party/libcoap/examples/
Detsi_iot_01.c214 coap_add_option(response, COAP_OPTION_LOCATION_PATH, in hnd_post_test()
Dcoap-rd.c525 COAP_OPTION_LOCATION_PATH, in hnd_post_rd()
Dcoap-server.c1470 if (!coap_add_option(response, COAP_OPTION_LOCATION_PATH, in hnd_put_post()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in218 COAP_OPTION_LOCATION_PATH 8 /* ___RE__, String, 0-255 B, RFC7252 */
Dcoap_pdu_setup.txt.in330 COAP_OPTION_LOCATION_PATH 8 /* ___RE__, String, 0-255 B, RFC7252 */