#include "coap_config.h"
#include "address.h"
#include "coap_debug.h"
#include "mem.h"
#include "coap_dtls.h"
#include "coap_keystore.h"
#include "utlist.h"
Go to the source code of this file.
|
int | coap_dtls_is_supported (void) |
| Check whether DTLS is available. More...
|
|
struct coap_dtls_context_t * | coap_dtls_new_context (struct coap_context_t *coap_context UNUSED) |
|
void | coap_dtls_free_context (struct coap_dtls_context_t *dtls_context) |
|
struct coap_dtls_session_t * | coap_dtls_get_session (struct coap_context_t *coap_context UNUSED, const coap_endpoint_t *local_interface UNUSED, const coap_address_t *dst UNUSED) |
|
int | coap_dtls_send (struct coap_context_t *coap_context UNUSED, struct coap_dtls_session_t *session UNUSED, const unsigned char *data UNUSED, size_t data_len UNUSED) |
|
struct coap_dtls_session_t * | coap_dtls_new_session (const coap_endpoint_t *local_interface UNUSED, const coap_address_t *remote UNUSED) |
|
void | coap_dtls_free_session (coap_dtls_session_t *session UNUSED) |
|
int | coap_dtls_handle_message (struct coap_context_t *coap_context UNUSED, const coap_endpoint_t *local_interface UNUSED, const coap_address_t *dst UNUSED, const unsigned char *data UNUSED, size_t data_len UNUSED) |
|
◆ UNUSED
◆ coap_dtls_free_context()
◆ coap_dtls_free_session()
◆ coap_dtls_get_session()
◆ coap_dtls_handle_message()
◆ coap_dtls_new_context()
◆ coap_dtls_new_session()
◆ coap_dtls_send()
int coap_dtls_send |
( |
struct coap_context_t *coap_context |
UNUSED, |
|
|
struct coap_dtls_session_t *session |
UNUSED, |
|
|
const unsigned char *data |
UNUSED, |
|
|
size_t data_len |
UNUSED |
|
) |
| |