Searched defs:coap_socket_t (Results 1 – 2 of 2) sorted by relevance
23 struct coap_socket_t { struct25 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
66 typedef struct coap_socket_t coap_socket_t; typedef