Searched refs:coap_print_wellknown (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.6.0/libcoap/ |
D | libcoap-1.sym | 86 coap_print_wellknown
|
D | libcoap-1.map | 88 coap_print_wellknown;
|
/net-tools-3.6.0/libcoap/include/coap/ |
D | resource.h | 388 coap_print_status_t coap_print_wellknown(coap_context_t *,
|
/net-tools-3.6.0/libcoap/src/ |
D | resource.c | 162 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen, function 167 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen,
|
D | net.c | 1133 if (coap_print_wellknown(context, buf, &len, UINT_MAX, query_filter) in get_wkc_len() 1254 result = coap_print_wellknown(context, resp->data, &len, offset, query_filter); in coap_wellknown_response()
|
/net-tools-3.6.0/libcoap/tests/ |
D | test_wellknown.c | 154 result = coap_print_wellknown(ctx, buf, &buflen, offset, NULL); in t_wellknown3()
|