Searched refs:coap_print_link (Results 1 – 6 of 6) sorted by relevance
/net-tools-2.7.6/libcoap/tests/ |
D | test_wellknown.c | 51 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/ |
D | libcoap-1.sym | 85 coap_print_link
|
D | libcoap-1.map | 87 coap_print_link;
|
D | ChangeLog | 64 * 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/ |
D | resource.h | 234 coap_print_status_t coap_print_link(const coap_resource_t *resource,
|
/net-tools-2.7.6/libcoap/src/ |
D | resource.c | 267 result = coap_print_link(r, p, &left, &offset); 477 coap_print_link(const coap_resource_t *resource, function
|