Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_cache.txt.in21 coap_cache_get_by_pdu,
54 *coap_cache_entry_t *coap_cache_get_by_pdu(coap_session_t *_session_,
178 *Function: coap_cache_get_by_pdu()*
180 The *coap_cache_get_by_pdu*() function will locate the Cache Entry held in the
225 *coap_cache_get_by_pdu*() return the Cache Entry or NULL if there
291 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session,
/third_party/libcoap/include/coap3/
Dcoap_cache.h193 coap_cache_entry_t *coap_cache_get_by_pdu(coap_session_t *session,
/third_party/libcoap/
Dlibcoap-3.map32 coap_cache_get_by_pdu;
Dlibcoap-3.sym30 coap_cache_get_by_pdu
/third_party/libcoap/src/
Dcoap_cache.c210 coap_cache_get_by_pdu(coap_session_t *session, in coap_cache_get_by_pdu() function
/third_party/libcoap/examples/
Dcoap-server.c534 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put_example_data()
1383 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put_post()