Searched refs:COAP_PROTO_DTLS (Results 1 – 21 of 21) sorted by relevance
/third_party/libcoap/src/ |
D | coap_session.c | 556 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()
|
D | coap_address.c | 388 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()
|
D | coap_io_lwip.c | 166 if (session->proto == COAP_PROTO_DTLS) { in coap_recvc() 253 if (session->proto == COAP_PROTO_DTLS) { in coap_recvs()
|
D | coap_mbedtls.c | 951 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);
|
D | coap_pdu.c | 931 } 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()
|
D | coap_io.c | 1448 s->proto == COAP_PROTO_DTLS && s->tls) { 1546 s->proto == COAP_PROTO_DTLS && s->tls) {
|
D | coap_openssl.c | 2147 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()
|
D | coap_net.c | 1723 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()
|
D | coap_gnutls.c | 1971 if (c_session->proto == COAP_PROTO_DTLS && g_env && in receive_timeout()
|
/third_party/libcoap/man/ |
D | coap_endpoint_client.txt.in | 98 COAP_PROTO_DTLS 385 COAP_PROTO_DTLS, &dtls_pki); 466 COAP_PROTO_DTLS, &dtls_psk); 504 COAP_PROTO_DTLS);
|
D | coap_endpoint_server.txt.in | 149 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);
|
D | coap_uri.txt.in | 188 if (proto != COAP_PROTO_DTLS)
|
D | coap_session.txt.in | 175 COAP_PROTO_DTLS
|
D | coap_handler.txt.in | 221 * (D)TLS events for COAP_PROTO_DTLS and COAP_PROTO_TLS
|
D | coap_encryption.txt.in | 998 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/ |
D | coap_session.h | 36 #define COAP_PROTO_NOT_RELIABLE(p) ((p)==COAP_PROTO_UDP || (p)==COAP_PROTO_DTLS)
|
D | coap_pdu.h | 311 COAP_PROTO_DTLS, enumerator
|
/third_party/libcoap/examples/riot/examples_libcoap_client/ |
D | client-coap.c | 194 COAP_PROTO_DTLS, &dtls_psk); in client_coap_init()
|
/third_party/libcoap/examples/lwip/ |
D | client-coap.c | 199 COAP_PROTO_DTLS, &dtls_psk); in client_coap_init()
|
/third_party/libcoap/examples/ |
D | coap-client.c | 1443 if (proto == COAP_PROTO_DTLS || proto == COAP_PROTO_TLS || in open_session()
|
D | coap-server.c | 2592 use_unix_proto = COAP_PROTO_DTLS; in cmdline_unix()
|