Searched refs:COAP_OPTION_LOCATION_PATH (Results 1 – 5 of 5) sorted by relevance
/net-tools-latest/libcoap/include/coap/ |
D | pdu.h | 62 #define COAP_OPTION_LOCATION_PATH 8 /* E, String, 0-255 B, - */ macro
|
/net-tools-latest/libcoap/src/ |
D | debug.c | 299 { 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/ |
D | test_pdu.c | 569 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/ |
D | etsi_iot_01.c | 293 coap_add_option(response, COAP_OPTION_LOCATION_PATH, in hnd_post_test()
|
D | coap-rd.c | 531 COAP_OPTION_LOCATION_PATH, in hnd_post_rd()
|