Searched refs:COAP_OPTION_URI_PORT (Results 1 – 9 of 9) sorted by relevance
/third_party/libcoap/examples/contiki/ |
D | coap-observer.c | 141 coap_add_option(request, COAP_OPTION_URI_PORT, in PROCESS_THREAD()
|
/third_party/libcoap/include/coap3/ |
D | pdu.h | 119 #define COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 339 { COAP_OPTION_URI_PORT, "Uri-Port" }, in msg_option_string() 618 case COAP_OPTION_URI_PORT: in coap_show_pdu()
|
D | pdu.c | 920 case COAP_OPTION_URI_PORT: if (len > 2) res = 0; break; in coap_pdu_parse_opt_base()
|
D | net.c | 723 case COAP_OPTION_URI_PORT: in coap_option_check_critical()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 193 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 287 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
|
/third_party/libcoap/examples/ |
D | coap-server.c | 706 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()
|
D | coap-client.c | 681 coap_new_optlist(COAP_OPTION_URI_PORT, in cmdline_uri()
|