Home
last modified time | relevance | path

Searched refs:COAP_PROTO_DTLS (Results 1 – 21 of 21) sorted by relevance

/third_party/libcoap/src/
Dcoap_session.c556 if (proto == COAP_PROTO_DTLS) { in coap_make_session()
648 session->proto == COAP_PROTO_DTLS ? in coap_session_mfree()
904 if (session->proto==COAP_PROTO_DTLS) { in coap_session_connected()
1183 if (endpoint->proto == COAP_PROTO_DTLS) { in coap_endpoint_get_session()
1234 else if (endpoint->proto == COAP_PROTO_DTLS) { in coap_endpoint_get_session()
1272 case COAP_PROTO_DTLS: in coap_session_create_client()
1823 case COAP_PROTO_DTLS: in coap_proto_name()
1851 if (proto == COAP_PROTO_DTLS && !coap_dtls_is_supported()) { in coap_new_endpoint()
1876 if (proto == COAP_PROTO_DTLS || proto == COAP_PROTO_TLS || in coap_new_endpoint()
2055 } else if (endpoint->proto == COAP_PROTO_DTLS) { in coap_endpoint_str()
Dcoap_address.c388 case COAP_PROTO_DTLS: in coap_get_available_scheme_hint_bits()
453 proto = COAP_PROTO_DTLS; in coap_resolve_address_info()
546 proto = COAP_PROTO_DTLS; in coap_resolve_address_info()
722 proto = COAP_PROTO_DTLS; in coap_resolve_address_info()
Dcoap_io_lwip.c166 if (session->proto == COAP_PROTO_DTLS) { in coap_recvc()
253 if (session->proto == COAP_PROTO_DTLS) { in coap_recvs()
Dcoap_mbedtls.c951 c_session->proto == COAP_PROTO_DTLS ? in setup_server_ssl_session()
1129 c_session->proto == COAP_PROTO_DTLS ?
1546 if (proto == COAP_PROTO_DTLS) {
1832 COAP_PROTO_DTLS);
2182 COAP_PROTO_DTLS);
Dcoap_pdu.c931 } else if (proto == COAP_PROTO_UDP || proto==COAP_PROTO_DTLS) { in coap_pdu_parse_header_size()
1000 if (proto == COAP_PROTO_UDP || proto == COAP_PROTO_DTLS) { in coap_pdu_parse_header()
Dcoap_io.c1448 s->proto == COAP_PROTO_DTLS && s->tls) {
1546 s->proto == COAP_PROTO_DTLS && s->tls) {
Dcoap_openssl.c2147 if (session->proto == COAP_PROTO_DTLS) { in tls_server_name_call_back()
2245 if (c_session->proto == COAP_PROTO_DTLS) { in psk_tls_server_name_call_back()
2901 if (session->proto == COAP_PROTO_DTLS) { in setup_client_ssl_session()
Dcoap_net.c1723 if (session->proto == COAP_PROTO_DTLS) { in coap_handle_dgram_for_proto()
2019 … if (endpoint->proto == COAP_PROTO_DTLS && session->type == COAP_SESSION_TYPE_HELLO && result == 1) in coap_read_endpoint()
Dcoap_gnutls.c1971 if (c_session->proto == COAP_PROTO_DTLS && g_env && in receive_timeout()
/third_party/libcoap/man/
Dcoap_endpoint_client.txt.in98 COAP_PROTO_DTLS
385 COAP_PROTO_DTLS, &dtls_pki);
466 COAP_PROTO_DTLS, &dtls_psk);
504 COAP_PROTO_DTLS);
Dcoap_endpoint_server.txt.in149 COAP_PROTO_DTLS
427 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
555 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
Dcoap_uri.txt.in188 if (proto != COAP_PROTO_DTLS)
Dcoap_session.txt.in175 COAP_PROTO_DTLS
Dcoap_handler.txt.in221 * (D)TLS events for COAP_PROTO_DTLS and COAP_PROTO_TLS
Dcoap_encryption.txt.in998 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
1130 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS);
1211 COAP_PROTO_DTLS, &dtls_psk);
/third_party/libcoap/include/coap3/
Dcoap_session.h36 #define COAP_PROTO_NOT_RELIABLE(p) ((p)==COAP_PROTO_UDP || (p)==COAP_PROTO_DTLS)
Dcoap_pdu.h311 COAP_PROTO_DTLS, enumerator
/third_party/libcoap/examples/riot/examples_libcoap_client/
Dclient-coap.c194 COAP_PROTO_DTLS, &dtls_psk); in client_coap_init()
/third_party/libcoap/examples/lwip/
Dclient-coap.c199 COAP_PROTO_DTLS, &dtls_psk); in client_coap_init()
/third_party/libcoap/examples/
Dcoap-client.c1443 if (proto == COAP_PROTO_DTLS || proto == COAP_PROTO_TLS || in open_session()
Dcoap-server.c2592 use_unix_proto = COAP_PROTO_DTLS; in cmdline_unix()