Home
last modified time | relevance | path

Searched refs:coap_print_wellknown (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/tests/
Dtest_wellknown.c161 result = coap_print_wellknown(ctx, buf, &buflen, offset, NULL); in t_wellknown3()
182 result = coap_print_wellknown(ctx, buf, &buflen, 0, query); in t_wellknown4()
/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h144 coap_print_status_t coap_print_wellknown(coap_context_t *,
/third_party/libcoap/src/
Dcoap_resource.c130 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen, function
135 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen,
Dcoap_net.c2485 if (coap_print_wellknown(context, buf, &len, UINT_MAX, query_filter) & in get_wkc_len()
2520 result = coap_print_wellknown(session->context, data_string->s, &len, 0, in hnd_get_wellknown()