Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_resource_internal.h133 coap_print_status_t coap_print_wellknown(coap_context_t *,
/third_party/libcoap/tests/
Dtest_wellknown.c159 result = coap_print_wellknown(ctx, buf, &buflen, offset, NULL); in t_wellknown3()
/third_party/libcoap/src/
Dresource.c166 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen, function
171 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen,
Dnet.c2173 if (coap_print_wellknown(context, buf, &len, UINT_MAX, query_filter) in get_wkc_len()
2314 result = coap_print_wellknown(context, data, &len, offset, query_filter); in coap_wellknown_response()