Searched defs:coap_socket_t (Results 1 – 2 of 2) sorted by relevance
34 struct coap_socket_t { struct36 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 listening53 coap_address_t mcast_addr; /**< remote address and port (multicast track) */55 coap_layer_func_t lfunc[COAP_LAYER_LAST]; /**< Layer functions to use */
68 typedef struct coap_socket_t coap_socket_t; typedef