Searched refs:COAP_PROTO_DTLS (Results 1 – 17 of 17) sorted by relevance
/third_party/libcoap/src/ |
D | coap_session.c | 148 if (proto == COAP_PROTO_DTLS) { in coap_make_session() 197 if (session->proto == COAP_PROTO_DTLS) in coap_session_mfree() 220 …session->context->nack_handler(session, q->pdu, session->proto == COAP_PROTO_DTLS ? COAP_NACK_TLS_… in coap_session_mfree() 418 if ( session->proto==COAP_PROTO_DTLS) { in coap_session_connected() 474 if (session->proto == COAP_PROTO_DTLS) in coap_session_disconnected() 696 if (endpoint->proto == COAP_PROTO_DTLS) { in coap_endpoint_get_session() 751 else if (endpoint->proto == COAP_PROTO_DTLS) { in coap_endpoint_get_session() 825 case COAP_PROTO_DTLS: in coap_session_create_client() 855 if (proto == COAP_PROTO_UDP || proto == COAP_PROTO_DTLS) { in coap_session_create_client() 857 proto == COAP_PROTO_DTLS ? COAPS_DEFAULT_PORT : COAP_DEFAULT_PORT, in coap_session_create_client() [all …]
|
D | pdu.c | 785 } else if (proto == COAP_PROTO_UDP || proto==COAP_PROTO_DTLS) { in coap_pdu_parse_header_size() 827 if (proto == COAP_PROTO_UDP || proto == COAP_PROTO_DTLS) { in coap_pdu_parse_header() 1131 if (proto == COAP_PROTO_UDP || proto == COAP_PROTO_DTLS) { in coap_pdu_encode_header()
|
D | coap_io.c | 1314 if (ep->proto == COAP_PROTO_DTLS) { 1317 s->proto == COAP_PROTO_DTLS && s->tls) { 1341 s->proto == COAP_PROTO_DTLS && s->tls) {
|
D | net.c | 774 case COAP_PROTO_DTLS: in coap_session_send_pdu() 823 if (session->proto == COAP_PROTO_DTLS && !session->tls) { in coap_send_pdu() 1435 if (session->proto == COAP_PROTO_DTLS) { in coap_handle_dgram_for_proto() 1515 case COAP_PROTO_DTLS: in coap_write_session() 1714 … if (endpoint->proto == COAP_PROTO_DTLS && session->type == COAP_SESSION_TYPE_HELLO && result == 1) in coap_read_endpoint()
|
D | coap_mbedtls.c | 894 c_session->proto == COAP_PROTO_DTLS ? in setup_server_ssl_session() 1042 c_session->proto == COAP_PROTO_DTLS ? in setup_client_ssl_session()
|
D | coap_openssl.c | 2082 if (session->proto == COAP_PROTO_DTLS) { in tls_server_name_call_back() 2180 if (c_session->proto == COAP_PROTO_DTLS) { in psk_tls_server_name_call_back() 2823 if (session->proto == COAP_PROTO_DTLS) { in setup_client_ssl_session()
|
D | coap_gnutls.c | 1996 if (c_session->proto == COAP_PROTO_DTLS && g_env && in receive_timeout()
|
/third_party/libcoap/man/ |
D | coap_endpoint_client.txt.in | 93 COAP_PROTO_DTLS 273 COAP_PROTO_DTLS, &dtls_pki); 353 COAP_PROTO_DTLS, &dtls_psk); 390 COAP_PROTO_DTLS);
|
D | coap_endpoint_server.txt.in | 126 COAP_PROTO_DTLS 337 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS); 464 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS); 546 COAP_PROTO_DTLS, &dtls_psk);
|
D | coap_session.txt.in | 139 COAP_PROTO_DTLS
|
D | coap_handler.txt.in | 173 * (D)TLS events for COAP_PROTO_DTLS and COAP_PROTO_TLS
|
D | coap_encryption.txt.in | 996 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS); 1128 endpoint = coap_new_endpoint(context, &listen_addr, COAP_PROTO_DTLS); 1209 COAP_PROTO_DTLS, &dtls_psk);
|
/third_party/libcoap/include/coap3/ |
D | coap_session.h | 35 #define COAP_PROTO_NOT_RELIABLE(p) ((p)==COAP_PROTO_UDP || (p)==COAP_PROTO_DTLS)
|
D | pdu.h | 290 COAP_PROTO_DTLS, enumerator
|
/third_party/libcoap/examples/ |
D | coap-client.c | 1328 if (proto == COAP_PROTO_DTLS || proto == COAP_PROTO_TLS) { in open_session() 1620 : scheme==COAP_URI_SCHEME_COAPS ? COAP_PROTO_DTLS : COAP_PROTO_UDP), in main()
|
D | coap-server.c | 953 COAP_PROTO_DTLS : COAP_PROTO_TLS, in get_ongoing_proxy_session() 963 COAP_PROTO_DTLS : COAP_PROTO_TLS, in get_ongoing_proxy_session() 2314 ep_dtls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_DTLS); in get_context()
|
D | coap-rd.c | 745 ep_dtls = coap_new_endpoint(ctx, &addrs, COAP_PROTO_DTLS); in get_context()
|