Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h70 #define COAP_OPTION_PROXY_URI 35 /* C, String, 1-1034 B, (none) */ macro
/net-tools-3.4.0/libcoap/src/
Ddebug.c308 { COAP_OPTION_PROXY_URI, "Proxy-Uri" }, in msg_option_string()
437 opt_iter.type == COAP_OPTION_PROXY_URI || in coap_show_pdu()
Dnet.c471 case COAP_OPTION_PROXY_URI: in coap_option_check_critical()
/net-tools-3.4.0/libcoap/examples/
Dclient.c675 new_option_node(COAP_OPTION_PROXY_URI, in cmdline_uri()
684 new_option_node(COAP_OPTION_PROXY_URI, in cmdline_uri()
/net-tools-3.4.0/libcoap/tests/
Dtest_pdu.c498 result = coap_add_option(pdu, COAP_OPTION_PROXY_URI, in t_encode_pdu9()