|
libcoap 4.3.4
|
#include <coap_io_internal.h>
Collaboration diagram for coap_socket_t:Data Fields | |
| coap_fd_t | fd |
| coap_socket_flags_t | flags |
| 1 or more of COAP_SOCKET* flag values More... | |
| coap_session_t * | session |
| Used to determine session owner. More... | |
| coap_endpoint_t * | endpoint |
| Used by the epoll logic for a listening endpoint. More... | |
| coap_address_t | mcast_addr |
| remote address and port (multicast track) More... | |
| coap_layer_func_t | lfunc [COAP_LAYER_LAST] |
| Layer functions to use. More... | |
Definition at line 34 of file coap_io_internal.h.
| coap_endpoint_t* coap_socket_t::endpoint |
Used by the epoll logic for a listening endpoint.
Definition at line 49 of file coap_io_internal.h.
| coap_fd_t coap_socket_t::fd |
Definition at line 41 of file coap_io_internal.h.
| coap_socket_flags_t coap_socket_t::flags |
1 or more of COAP_SOCKET* flag values
Definition at line 46 of file coap_io_internal.h.
| coap_layer_func_t coap_socket_t::lfunc[COAP_LAYER_LAST] |
Layer functions to use.
Definition at line 55 of file coap_io_internal.h.
| coap_address_t coap_socket_t::mcast_addr |
remote address and port (multicast track)
Definition at line 53 of file coap_io_internal.h.
| coap_session_t* coap_socket_t::session |
Used to determine session owner.
Definition at line 47 of file coap_io_internal.h.