Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/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
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_io.h54 typedef struct coap_socket_t { struct
65 coap_socket_t is seen in applications embedded in argument
69 coap_socket_t is seen in applications embedded in argument
71 } coap_socket_t; typedef