Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_session.h69 typedef struct coap_session_t { struct
71 coap_session_type_t type; /**< client or server side socket */ argument
72 coap_session_state_t state; /**< current state of relationaship with peer */
73 unsigned ref; /**< reference count from queues */
75 unsigned tls_overhead; /**< overhead of TLS layer */
77 unsigned mtu; /**< path or CSM mtu */
78 coap_address_t local_if; /**< optional local interface address */
79 UT_hash_handle hh;
80 coap_addr_tuple_t addr_info; /**< key: remote/local address info */
81 int ifindex; /**< interface index */
[all …]