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.h68 struct coap_session_t { struct
70 coap_session_type_t type; /**< client or server side socket */ argument
71 coap_session_state_t state; /**< current state of relationship with
73 unsigned ref; /**< reference count from queues */
74 size_t tls_overhead; /**< overhead of TLS layer */
75 size_t mtu; /**< path or CSM mtu (xmt) */
76 size_t csm_rcv_mtu; /**< CSM mtu (rcv) */
77 coap_addr_hash_t addr_hash; /**< Address hash for server incoming packets */
78 UT_hash_handle hh;
79 coap_addr_tuple_t addr_info; /**< remote/local address info */
[all …]
Dcoap_forward_decls.h107 typedef struct coap_session_t coap_session_t; typedef