Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_logging.txt.in35 coap_endpoint_str,
87 *const char *coap_endpoint_str(const coap_endpoint_t *_endpoint_);*
282 *Function: coap_endpoint_str()*
284 The *coap_endpoint_str*() function returns a description string of the
316 *coap_endpoint_str*() returns a description string of the
DMakefile.am140 @echo ".so man3/coap_logging.3" > coap_endpoint_str.3
/third_party/libcoap/
Dlibcoap-3.map88 coap_endpoint_str;
Dlibcoap-3.sym85 coap_endpoint_str
/third_party/libcoap/include/coap3/
Dcoap_session.h438 const char *coap_endpoint_str(const coap_endpoint_t *endpoint);
/third_party/libcoap/src/
Dcoap_netif.c107 coap_endpoint_str(endpoint), packet->length, in coap_netif_dgrm_read_ep()
Dcoap_session.c2046 coap_endpoint_str(const coap_endpoint_t *endpoint) { in coap_endpoint_str() function
Dcoap_net.c2012 coap_log_warn("* %s: read failed\n", coap_endpoint_str(endpoint)); in coap_read_endpoint()