Home
last modified time | relevance | path

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

/third_party/libcoap/tests/
Dtest_wellknown.c57 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
67 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
75 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
104 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
116 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
128 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
/third_party/libcoap/include/coap3/
Dcoap_resource.h486 coap_print_status_t coap_print_link(const coap_resource_t *resource,
/third_party/libcoap/
Dlibcoap-3.map185 coap_print_link;
Dlibcoap-3.sym182 coap_print_link
DChangeLog227 * resource.c (coap_print_link): This function now takes an offset
240 * resource.c (coap_print_link): Output partial resource
247 (print_wellknown): Support for the new coap_print_link(). An
/third_party/libcoap/src/
Dcoap_resource.c238 result = coap_print_link(r, p, &left, &offset);
615 coap_print_link(const coap_resource_t *resource, function