Searched refs:coap_print_link (Results 1 - 3 of 3) sorted by relevance
/third_party/libcoap/tests/ |
H A 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/ |
H A D | coap_resource.h | 451 * as coap_print_link(). The lower 28 bits of coap_print_status_t are used to 486 coap_print_status_t coap_print_link(const coap_resource_t *resource,
|
/third_party/libcoap/src/ |
H A D | coap_resource.c | 238 result = coap_print_link(r, p, &left, &offset); 244 /* coap_print_link() returns the number of characters that 615 coap_print_link(const coap_resource_t *resource, function
|
Completed in 3 milliseconds