Home
last modified time | relevance | path

Searched refs:COAP_URI_SCHEME_LAST (Results 1 - 6 of 6) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_address.c342 for (scheme = 0; scheme < COAP_URI_SCHEME_LAST; scheme++) { in coap_get_available_scheme_hint_bits()
374 case COAP_URI_SCHEME_LAST: in coap_get_available_scheme_hint_bits()
438 for (scheme = 0; scheme < COAP_URI_SCHEME_LAST; scheme++) { in coap_resolve_address_info()
443 if (scheme == COAP_URI_SCHEME_LAST) { in coap_resolve_address_info()
485 case COAP_URI_SCHEME_LAST: in coap_resolve_address_info()
537 for (scheme = 0; scheme < COAP_URI_SCHEME_LAST; scheme++) { in coap_resolve_address_info()
578 case COAP_URI_SCHEME_LAST: in coap_resolve_address_info()
661 case COAP_URI_SCHEME_LAST: in coap_resolve_address_info()
713 for (scheme = 0; scheme < COAP_URI_SCHEME_LAST; scheme++) { in coap_resolve_address_info()
754 case COAP_URI_SCHEME_LAST in coap_resolve_address_info()
[all...]
H A Dcoap_uri.c51 coap_uri_info_t coap_uri_scheme[COAP_URI_SCHEME_LAST] = {
100 for (i = 0; i < COAP_URI_SCHEME_LAST; i++) { in coap_split_uri_sub()
113 if (i == COAP_URI_SCHEME_LAST) { in coap_split_uri_sub()
154 case COAP_URI_SCHEME_LAST: in coap_split_uri_sub()
H A Dcoap_oscore.c160 &uri) < 0 || uri.scheme >= COAP_URI_SCHEME_LAST) { in coap_rebuild_pdu_for_proxy()
/third_party/libcoap/include/coap3/
H A Dcoap_uri_internal.h36 extern coap_uri_info_t coap_uri_scheme[COAP_URI_SCHEME_LAST];
H A Dcoap_uri.h37 COAP_URI_SCHEME_LAST /* 8 Size of scheme */ enumerator
/third_party/libcoap/examples/
H A Dcoap-server.c753 case COAP_URI_SCHEME_LAST: in verify_proxy_scheme_supported()
959 case COAP_URI_SCHEME_LAST: in get_ongoing_proxy_session()

Completed in 9 milliseconds