Searched refs:coap_print_link (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/tests/ |
D | test_wellknown.c | 57 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/ |
D | coap_resource.h | 486 coap_print_status_t coap_print_link(const coap_resource_t *resource,
|
/third_party/libcoap/ |
D | libcoap-3.map | 185 coap_print_link;
|
D | libcoap-3.sym | 182 coap_print_link
|
D | ChangeLog | 227 * 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/ |
D | coap_resource.c | 238 result = coap_print_link(r, p, &left, &offset); 615 coap_print_link(const coap_resource_t *resource, function
|