Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h124 #define COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_debug.c525 { COAP_OPTION_URI_PORT, "Uri-Port" }, in msg_option_string()
916 case COAP_OPTION_URI_PORT: in coap_show_pdu()
Dcoap_pdu.c539 case COAP_OPTION_URI_PORT: in coap_option_check_repeatable()
1157 case COAP_OPTION_URI_PORT: in coap_pdu_parse_opt_base()
Dcoap_uri.c339 coap_new_optlist(COAP_OPTION_URI_PORT, in coap_uri_into_options()
Dcoap_oscore.c176 COAP_OPTION_URI_PORT, in coap_rebuild_pdu_for_proxy()
511 case COAP_OPTION_URI_PORT: in coap_oscore_new_pdu_encrypted()
Dcoap_net.c690 case COAP_OPTION_URI_PORT: in coap_option_check_critical()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in217 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
Dcoap_pdu_setup.txt.in329 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
/third_party/libcoap/examples/
Dcoap-server.c693 opt = coap_check_option(request, COAP_OPTION_URI_PORT, &opt_iter); in get_uri_proxy_scheme_info()
1125 case COAP_OPTION_URI_PORT: in hnd_proxy_uri()