Home
last modified time | relevance | path

Searched refs:coap_get_data (Results 1 – 10 of 10) sorted by relevance

/net-tools-3.4.0/libcoap/
Dlibcoap-1.sym39 coap_get_data
Dlibcoap-1.map41 coap_get_data;
/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h384 int coap_get_data(coap_pdu_t *pdu,
/net-tools-3.4.0/libcoap/examples/
Dclient.c369 if (coap_get_data(received, &len, &databuf)) in message_handler()
499 if (coap_get_data(received, &len, &databuf)) in message_handler()
509 if (coap_get_data(received, &len, &databuf)) { in message_handler()
Detsi_iot_01.c256 coap_get_data(request, &len, &data); in hnd_post_test()
316 coap_get_data(request, &len, &data); in hnd_put_test()
Dcoap-rd.c152 if (coap_get_data(request, &tmp.length, &data)) { in hnd_put_resource()
368 if (coap_get_data(pdu, &rd->data.length, &data)) { in make_rd()
Dcoap-server.c181 coap_get_data(request, &size, &data); in hnd_put_time()
/net-tools-3.4.0/libcoap/src/
Dpdu.c257 coap_get_data(coap_pdu_t *pdu, size_t *len, unsigned char **data) { in coap_get_data() function
Ddebug.c458 if (coap_get_data((coap_pdu_t *)pdu, &data_len, &data)) { in coap_show_pdu()
/net-tools-3.4.0/
Dcoap-client.c1218 if (coap_get_data(received, &len, &databuf)) in read_blocks()
1300 if (coap_get_data(received, &len, &databuf)) { in receive_data()
1462 if (coap_get_data(received, &len, &databuf)) { in coap_message_handler()