Searched defs:coap_session_t (Results 1 – 2 of 2) sorted by relevance
48 struct coap_session_t { struct50 coap_session_type_t type; /**< client or server side socket */ argument51 coap_session_state_t state; /**< current state of relationaship with53 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 …]
98 typedef struct coap_session_t coap_session_t; typedef