Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dpdu.h62 #define COAP_OPTION_LOCATION_PATH 8 /* E, String, 0-255 B, - */ macro
/net-tools-latest/libcoap/src/
Ddebug.c299 { COAP_OPTION_LOCATION_PATH, "Location-Path" }, in msg_option_string()
439 opt_iter.type == COAP_OPTION_LOCATION_PATH || in coap_show_pdu()
/net-tools-latest/libcoap/tests/
Dtest_pdu.c569 result = coap_add_option(pdu, COAP_OPTION_LOCATION_PATH, 255, in t_encode_pdu10()
577 result = coap_add_option(pdu, COAP_OPTION_LOCATION_PATH, 14, in t_encode_pdu10()
/net-tools-latest/libcoap/examples/
Detsi_iot_01.c293 coap_add_option(response, COAP_OPTION_LOCATION_PATH, in hnd_post_test()
Dcoap-rd.c531 COAP_OPTION_LOCATION_PATH, in hnd_post_rd()