Searched refs:recv (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_isocket.h | 26 TEE_Result (*recv)(TEE_iSocketHandle ctx, void *buf, uint32_t *length, member
|
| /optee_os/lib/libutee/ |
| H A D | tee_tcpudp_socket.c | 214 .recv = sock_recv, 225 .recv = sock_recv,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 56 #define read(fd, buf, len) recv(fd, (char *) (buf), (int) (len), 0)
|