Searched refs:coap_print_wellknown (Results 1 – 4 of 4) sorted by relevance
/third_party/libcoap/tests/ |
D | test_wellknown.c | 161 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/ |
D | coap_resource_internal.h | 144 coap_print_status_t coap_print_wellknown(coap_context_t *,
|
/third_party/libcoap/src/ |
D | coap_resource.c | 130 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,
|
D | coap_net.c | 2485 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()
|