Searched refs:recv (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/bionic/
H A Drecv.cpp32 ssize_t recv(int socket, void *buf, size_t len, int flags) { function
H A Dbionic_netlink.cpp82 while ((bytes_read = TEMP_FAILURE_RETRY(recv(fd_, data_, size_, 0))) > 0) {
91 // We only get here if recv fails before we see a NLMSG_DONE.
/bionic/libc/include/sys/
H A Dsocket.h289 extern ssize_t recv(int, void*, size_t, int);
322 ssize_t recv(int socket, void* buf, size_t len, int flags) { function
/bionic/tests/
H A Dsys_socket_test.cpp221 static_cast<size_t>(recv(fd_acc, buffer, sizeof(buffer), 0)));
H A Dfortify_test.cpp617 ASSERT_FORTIFY(recv(0, buf, data_len, 0));
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_verbs.h777 struct ib_uverbs_recv_wr recv[0]; member in struct:ib_uverbs_post_srq_recv
/bionic/libc/
H A DAndroid.mk191 bionic/recv.cpp \

Completed in 178 milliseconds