Searched defs:coap_endpoint_t (Results 1 – 2 of 2) sorted by relevance
136 struct coap_endpoint_t { struct137 struct coap_endpoint_t *next; argument138 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, if143 coap_address_t bind_addr; /**< local interface address */144 coap_session_t *sessions; /**< hash table or list of active sessions */
97 typedef struct coap_endpoint_t coap_endpoint_t; typedef