Home
last modified time | relevance | path

Searched refs:scheme_hint_bits (Results 1 – 8 of 8) sorted by relevance

/third_party/libcoap/src/
Dcoap_address.c339 uint32_t scheme_hint_bits = 0; in coap_get_available_scheme_hint_bits() local
345 scheme_hint_bits |= 1 << scheme; in coap_get_available_scheme_hint_bits()
350 scheme_hint_bits |= 1 << scheme; in coap_get_available_scheme_hint_bits()
355 scheme_hint_bits |= 1 << scheme; in coap_get_available_scheme_hint_bits()
360 scheme_hint_bits |= 1 << scheme; in coap_get_available_scheme_hint_bits()
365 scheme_hint_bits |= 1 << scheme; in coap_get_available_scheme_hint_bits()
370 scheme_hint_bits |= 1 << scheme; in coap_get_available_scheme_hint_bits()
383 scheme_hint_bits = 1 << COAP_URI_SCHEME_COAP; in coap_get_available_scheme_hint_bits()
386 scheme_hint_bits = 1 << COAP_URI_SCHEME_COAP_TCP; in coap_get_available_scheme_hint_bits()
389 scheme_hint_bits = 1 << COAP_URI_SCHEME_COAPS; in coap_get_available_scheme_hint_bits()
[all …]
/third_party/libcoap/examples/lwip/
Dserver-coap.c125 uint32_t scheme_hint_bits = 0; in server_coap_init() local
170 scheme_hint_bits = in server_coap_init()
176 scheme_hint_bits, in server_coap_init()
Dclient-coap.c79 int scheme_hint_bits) { in resolve_address() argument
90 AF_UNSPEC, scheme_hint_bits, in resolve_address()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c130 int scheme_hint_bits = 1 << COAP_URI_SCHEME_COAP; in init_coap_context_endpoints() local
163 scheme_hint_bits |= 1 << COAP_URI_SCHEME_COAPS; in init_coap_context_endpoints()
172 scheme_hint_bits, in init_coap_context_endpoints()
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c97 int scheme_hint_bits) { in resolve_address() argument
106 AF_UNSPEC, scheme_hint_bits, in resolve_address()
/third_party/libcoap/examples/
Dcoap-rd.c695 int scheme_hint_bits = 0; in get_context() local
714 scheme_hint_bits = in get_context()
720 scheme_hint_bits, in get_context()
Dcoap-server.c2306 uint32_t scheme_hint_bits = 0; in get_context() local
2325 scheme_hint_bits = in get_context()
2331 scheme_hint_bits, in get_context()
/third_party/libcoap/include/coap3/
Dcoap_address.h201 int scheme_hint_bits,