Home
last modified time | relevance | path

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

/net-tools-2.7.6/libcoap/tests/
Dtest_wellknown.c51 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
61 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
69 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
98 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
110 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
122 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
/net-tools-2.7.6/libcoap/
Dlibcoap-1.sym85 coap_print_link
Dlibcoap-1.map87 coap_print_link;
DChangeLog64 * resource.c (coap_print_link): This function now takes an offset
77 * resource.c (coap_print_link): Output partial resource
84 (print_wellknown): Support for the new coap_print_link(). An
/net-tools-2.7.6/libcoap/include/coap/
Dresource.h234 coap_print_status_t coap_print_link(const coap_resource_t *resource,
/net-tools-2.7.6/libcoap/src/
Dresource.c267 result = coap_print_link(r, p, &left, &offset);
477 coap_print_link(const coap_resource_t *resource, function