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_,
157 The *coap_cache_get_by_pdu*() function will locate the Cache Entry held in the
192 *coap_cache_get_by_pdu*() functions return the Cache Entry or NULL if there
252 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session,
/third_party/libcoap/include/coap3/
Dcoap_cache.h191 coap_cache_entry_t *coap_cache_get_by_pdu(coap_session_t *session,
/third_party/libcoap/
Dlibcoap-3.sym26 coap_cache_get_by_pdu
Dlibcoap-3.map28 coap_cache_get_by_pdu;
/third_party/libcoap/src/
Dcoap_cache.c201 coap_cache_get_by_pdu(coap_session_t *session, in coap_cache_get_by_pdu() function
/third_party/libcoap/examples/
Dcoap-server.c495 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put_example_data()
1428 coap_cache_entry_t *cache_entry = coap_cache_get_by_pdu(session, in hnd_put()