|
Anjay Lite
|
Network backend interface for DTLS transport. More...
Go to the source code of this file.
Network backend interface for DTLS transport.
Declares the DTLS variant of the generic anj_net_api.h functions (create, connect, send, recv, shutdown, etc.).
These symbols are defined only if ANJ_NET_WITH_DTLS is enabled. They provide the DTLS binding used by anj_net_wrapper.h for dispatch.
| anj_net_cleanup_ctx_t anj_dtls_cleanup_ctx |
| anj_net_close_t anj_dtls_close |
| anj_net_connect_t anj_dtls_connect |
| anj_net_create_ctx_t anj_dtls_create_ctx |
| anj_net_get_inner_mtu_t anj_dtls_get_inner_mtu |
| anj_net_get_state_t anj_dtls_get_state |
| anj_net_queue_mode_rx_off_t anj_dtls_queue_mode_rx_off |
| anj_net_recv_t anj_dtls_recv |
| anj_net_send_t anj_dtls_send |
| anj_net_shutdown_t anj_dtls_shutdown |