Home
last modified time | relevance | path

Searched refs:COAP_OPTION_LOCATION_QUERY (Results 1 – 3 of 3) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dpdu.h69 #define COAP_OPTION_LOCATION_QUERY 20 /* E, String, 0-255 B, (none) */ macro
/net-tools-latest/libcoap/src/
Ddebug.c305 { COAP_OPTION_LOCATION_QUERY, "Location-Query" }, in msg_option_string()
440 opt_iter.type == COAP_OPTION_LOCATION_QUERY || in coap_show_pdu()
/net-tools-latest/libcoap/tests/
Dtest_pdu.c585 result = coap_add_option(pdu, COAP_OPTION_LOCATION_QUERY, in t_encode_pdu10()