Home
last modified time | relevance | path

Searched refs:COAP_OPTION_URI_PORT (Results 1 – 9 of 9) sorted by relevance

/third_party/libcoap/examples/contiki/
Dcoap-observer.c141 coap_add_option(request, COAP_OPTION_URI_PORT, in PROCESS_THREAD()
/third_party/libcoap/include/coap3/
Dpdu.h119 #define COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_debug.c339 { COAP_OPTION_URI_PORT, "Uri-Port" }, in msg_option_string()
618 case COAP_OPTION_URI_PORT: in coap_show_pdu()
Dpdu.c920 case COAP_OPTION_URI_PORT: if (len > 2) res = 0; break; in coap_pdu_parse_opt_base()
Dnet.c723 case COAP_OPTION_URI_PORT: in coap_option_check_critical()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in193 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
Dcoap_pdu_setup.txt.in287 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
/third_party/libcoap/examples/
Dcoap-server.c706 opt = coap_check_option(request, COAP_OPTION_URI_PORT, &opt_iter); in get_uri_proxy_scheme_info()
1132 coap_new_optlist(COAP_OPTION_URI_PORT, in hnd_proxy_uri()
1178 case COAP_OPTION_URI_PORT: in hnd_proxy_uri()
Dcoap-client.c681 coap_new_optlist(COAP_OPTION_URI_PORT, in cmdline_uri()