Home
last modified time | relevance | path

Searched defs:coap_socket_t (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_io_internal.h34 struct coap_socket_t { struct
36 struct udp_pcb *pcb;
44 gnrc_pktsnip_t *pkt; /**< pointer to received packet for processing */
46 coap_socket_flags_t flags; /**< 1 or more of COAP_SOCKET* flag values */
47 coap_session_t *session; /**< Used to determine session owner. */
49 coap_endpoint_t *endpoint; /**< Used by the epoll logic for a listening
53 coap_address_t mcast_addr; /**< remote address and port (multicast track) */
55 coap_layer_func_t lfunc[COAP_LAYER_LAST]; /**< Layer functions to use */
Dcoap_forward_decls.h68 typedef struct coap_socket_t coap_socket_t; typedef