Home
last modified time | relevance | path

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

/net-tools-3.6.0/libcoap/
Dlibcoap-1.sym86 coap_print_wellknown
Dlibcoap-1.map88 coap_print_wellknown;
/net-tools-3.6.0/libcoap/include/coap/
Dresource.h388 coap_print_status_t coap_print_wellknown(coap_context_t *,
/net-tools-3.6.0/libcoap/src/
Dresource.c162 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen, function
167 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen,
Dnet.c1133 if (coap_print_wellknown(context, buf, &len, UINT_MAX, query_filter) in get_wkc_len()
1254 result = coap_print_wellknown(context, resp->data, &len, offset, query_filter); in coap_wellknown_response()
/net-tools-3.6.0/libcoap/tests/
Dtest_wellknown.c154 result = coap_print_wellknown(ctx, buf, &buflen, offset, NULL); in t_wellknown3()