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.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