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.h23 struct coap_socket_t { struct
25 struct udp_pcb *pcb;
32 gnrc_pktsnip_t *pkt; /* pointer to received packet for processing */
34 coap_socket_flags_t flags;
35 coap_session_t *session; /* Used by the epoll logic for an active session. */
36 coap_endpoint_t *endpoint; /* Used by the epoll logic for a listening
Dcoap_forward_decls.h66 typedef struct coap_socket_t coap_socket_t; typedef