Home
last modified time | relevance | path

Searched refs:coap_session_get_state (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/man/
Dcoap_session.txt.in26 coap_session_get_state,
64 *coap_session_state_t coap_session_get_state(const coap_session_t *_session_);*
194 The *coap_session_get_state*() function is used to get the current state
248 *coap_session_get_state*() returns the current session's state or 0 on error.
DMakefile.am192 @echo ".so man3/coap_session.3" > coap_session_get_state.3
/third_party/libcoap/
Dlibcoap-3.map241 coap_session_get_state;
Dlibcoap-3.sym238 coap_session_get_state
/third_party/libcoap/include/coap3/
Dcoap_session.h172 coap_session_state_t coap_session_get_state(const coap_session_t *session);
/third_party/libcoap/src/
Dcoap_session.c1797 coap_session_get_state(const coap_session_t *session) { in coap_session_get_state() function