Home
last modified time | relevance | path

Searched defs:coap_endpoint_t (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_session_internal.h29 struct coap_endpoint_t { struct
30 struct coap_endpoint_t *next; argument
31 struct coap_context_t *context; /**< endpoint's context */
32 coap_proto_t proto; /**< protocol used on this interface */
33 uint16_t default_mtu; /**< default mtu for this interface */
34 coap_socket_t sock; /**< socket object for the interface, if any */
35 coap_address_t bind_addr; /**< local interface address */
36 struct coap_session_t *sessions; /**< hash table or list of active sessions */
Dcoap_forward_decls.h41 typedef struct coap_endpoint_t coap_endpoint_t; typedef
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_session_internal.h219 struct coap_endpoint_t { struct
220 struct coap_endpoint_t *next; argument
221 coap_context_t *context; /**< endpoint's context */
222 coap_proto_t proto; /**< protocol used on this interface */
223 uint16_t default_mtu; /**< default mtu for this interface */
224 coap_socket_t sock; /**< socket object for the interface, if
226 coap_address_t bind_addr; /**< local interface address */
227 coap_session_t *sessions; /**< hash table or list of active sessions */
Dcoap_forward_decls.h106 typedef struct coap_endpoint_t coap_endpoint_t; typedef