Searched refs:COAP_OPTION_URI_PORT (Results 1 – 9 of 9) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 124 #define COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 525 { COAP_OPTION_URI_PORT, "Uri-Port" }, in msg_option_string() 916 case COAP_OPTION_URI_PORT: in coap_show_pdu()
|
D | coap_pdu.c | 539 case COAP_OPTION_URI_PORT: in coap_option_check_repeatable() 1157 case COAP_OPTION_URI_PORT: in coap_pdu_parse_opt_base()
|
D | coap_uri.c | 339 coap_new_optlist(COAP_OPTION_URI_PORT, in coap_uri_into_options()
|
D | coap_oscore.c | 176 COAP_OPTION_URI_PORT, in coap_rebuild_pdu_for_proxy() 511 case COAP_OPTION_URI_PORT: in coap_oscore_new_pdu_encrypted()
|
D | coap_net.c | 690 case COAP_OPTION_URI_PORT: in coap_option_check_critical()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 217 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 329 COAP_OPTION_URI_PORT 7 /* CU-___U, uint, 0-2 B, RFC7252 */
|
/third_party/libcoap/examples/ |
D | coap-server.c | 693 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()
|