Home
last modified time | relevance | path

Searched refs:coap_socket_read (Results 1 – 5 of 5) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_io_internal.h86 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len);
/third_party/libcoap/src/
Dcoap_io_lwip.c229 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len) { in coap_socket_read() function
Dcoap_io.c136 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len) { in coap_socket_read() function
562 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len) { function
Dnet.c1584 bytes_read = coap_socket_read(&session->sock, buf, buf_len); in coap_read_session()
Dcoap_openssl.c628 ret = (int)coap_socket_read(&session->sock, (uint8_t*)out, (size_t)outl); in coap_sock_read()