Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_session_internal.h48 struct coap_session_t { struct
50 coap_session_type_t type; /**< client or server side socket */ argument
51 coap_session_state_t state; /**< current state of relationaship with
53 unsigned ref; /**< reference count from queues */
54 size_t tls_overhead; /**< overhead of TLS layer */
55 size_t mtu; /**< path or CSM mtu */
56 coap_addr_hash_t addr_hash; /**< Address hash for server incoming packets */
57 UT_hash_handle hh;
58 coap_addr_tuple_t addr_info; /**< key: remote/local address info */
59 int ifindex; /**< interface index */
[all …]
Dcoap_forward_decls.h98 typedef struct coap_session_t coap_session_t; typedef