Definitions for sock extension for asynchronous access. More...
Definitions for sock extension for asynchronous access.
Definition in file async.h.
Go to the source code of this file.
Functions | |
void | sock_dtls_set_cb (sock_dtls_t *sock, sock_dtls_cb_t cb, void *cb_arg) |
Gets the asynchronous event context from sock object. More... | |
void | sock_ip_set_cb (sock_ip_t *sock, sock_ip_cb_t cb, void *cb_arg) |
Sets event callback for sock_ip_t. More... | |
void | sock_tcp_set_cb (sock_tcp_t *sock, sock_tcp_cb_t cb, void *cb_arg) |
Sets event callback for sock_tcp_t. More... | |
void | sock_tcp_queue_set_cb (sock_tcp_queue_t *queue, sock_tcp_queue_cb_t cb, void *cb_arg) |
Sets event callback for sock_tcp_queue_t. More... | |
void | sock_udp_set_cb (sock_udp_t *sock, sock_udp_cb_t cb, void *cb_arg) |
Gets the asynchronous event context from sock object. More... | |
sock_async_ctx_t * | sock_dtls_get_async_ctx (sock_dtls_t *sock) |
Gets the asynchronous event context from sock object. More... | |
sock_async_ctx_t * | sock_ip_get_async_ctx (sock_ip_t *sock) |
Gets the asynchronous event context from sock object. More... | |
sock_async_ctx_t * | sock_tcp_get_async_ctx (sock_tcp_t *sock) |
Gets the asynchronous event context from sock object. More... | |
sock_async_ctx_t * | sock_tcp_queue_get_async_ctx (sock_tcp_queue_t *queue) |
Gets the asynchronous event context from TCP listening queue. More... | |
sock_async_ctx_t * | sock_udp_get_async_ctx (sock_udp_t *sock) |
Gets the asynchronous event context from sock object. More... | |