Searched defs:coap_endpoint_t (Results 1 – 4 of 4) sorted by relevance
29 struct coap_endpoint_t { struct30 struct coap_endpoint_t *next; argument31 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 */
41 typedef struct coap_endpoint_t coap_endpoint_t; typedef
219 struct coap_endpoint_t { struct220 struct coap_endpoint_t *next; argument221 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, if226 coap_address_t bind_addr; /**< local interface address */227 coap_session_t *sessions; /**< hash table or list of active sessions */
106 typedef struct coap_endpoint_t coap_endpoint_t; typedef