Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h136 struct coap_endpoint_t { struct
137 struct coap_endpoint_t *next; argument
138 coap_context_t *context; /**< endpoint's context */
139 coap_proto_t proto; /**< protocol used on this interface */
140 uint16_t default_mtu; /**< default mtu for this interface */
141 coap_socket_t sock; /**< socket object for the interface, if
143 coap_address_t bind_addr; /**< local interface address */
144 coap_session_t *sessions; /**< hash table or list of active sessions */
Dcoap_forward_decls.h97 typedef struct coap_endpoint_t coap_endpoint_t; typedef