Home
last modified time | relevance | path

Searched refs:coap_endpoint_str (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/man/
Dcoap_logging.txt.in22 coap_endpoint_str,
50 *const char *coap_endpoint_str(const coap_endpoint_t *_endpoint_);*
137 The *coap_endpoint_str*() function returns a description string of the
154 The *coap_endpoint_str*() function returns a description string of the
DMakefile.am95 @echo ".so man3/coap_logging.3" > coap_endpoint_str.3
/third_party/libcoap/
Dlibcoap-3.sym71 coap_endpoint_str
Dlibcoap-3.map73 coap_endpoint_str;
/third_party/libcoap/include/coap3/
Dcoap_session.h383 const char *coap_endpoint_str(const coap_endpoint_t *endpoint);
/third_party/libcoap/src/
Dcoap_session.c1490 const char *coap_endpoint_str(const coap_endpoint_t *endpoint) { in coap_endpoint_str() function
Dnet.c1707 coap_log(LOG_WARNING, "* %s: read failed\n", coap_endpoint_str(endpoint)); in coap_read_endpoint()