/third_party/musl/porting/linux/user/src/mq/ |
H A D | mq_notify.c | 26 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
|
/third_party/mesa3d/src/util/ |
H A D | os_socket.c | 58 return recv(socket, buffer, length, flags); in os_socket_recv()
|
/third_party/libfuse/test/ |
H A D | test_custom_io.py | 36 buf += sock.recv(bufsize - len(buf))
|
/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent.h | 132 len = recv(fd, &buf, sizeof(buf), 0); in wait_for_uevents()
|
/third_party/libwebsockets/lib/roles/pipe/ |
H A D | ops-pipe.c | 58 n = recv(wsi->desc.sockfd, s, sizeof(s), 0); in rops_handle_POLLIN_pipe()
|
/third_party/node/deps/v8/include/ |
H A D | v8-function.h | 56 Local<Value> recv, int argc,
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-function.h | 56 Local<Value> recv, int argc,
|
/third_party/python/Lib/multiprocessing/dummy/ |
H A D | connection.py | 57 self.recv = self.recv_bytes = _in.get
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Socket.cpp | 88 return recv(socket, buffer, length, 0); in receive()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Socket.cpp | 89 return recv(socket, buffer, length, 0); in receive()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | so_txtime.c | 107 ret = recv(fdr, rbuf, sizeof(rbuf), 0); in do_recv_one() 135 ret = recv(fdr, rbuf, sizeof(rbuf), 0); in do_recv_verify_empty() 137 error(1, 0, "recv: not empty as expected (%d, %d)", ret, errno); in do_recv_verify_empty() 211 error(1, 0, "recv: timeout"); in do_recv_errqueue_timeout()
|
H A D | reuseport_addr_any.c | 182 i = recv(fd, buf, sizeof(buf), 0); in receive_once() 185 i = recv(ev.data.fd, buf, sizeof(buf), 0); in receive_once() 189 error(1, errno, "failed to recv"); in receive_once()
|
H A D | reuseport_bpf_numa.c | 175 i = recv(fd, buf, sizeof(buf), 0); in receive_on_node() 178 i = recv(ev.data.fd, buf, sizeof(buf), 0); in receive_on_node() 182 error(1, errno, "failed to recv"); in receive_on_node()
|
H A D | reuseport_bpf_cpu.c | 165 i = recv(fd, buf, sizeof(buf), 0); in receive_on_cpu() 168 i = recv(ev.data.fd, buf, sizeof(buf), 0); in receive_on_cpu() 172 error(1, errno, "failed to recv"); in receive_on_cpu()
|
H A D | udpgso_bench_rx.c | 171 ret = recv(fd, NULL, 1 << 21, MSG_TRUNC | MSG_DONTWAIT); in do_flush_tcp() 257 ret = recv(fd, rbuf, len, MSG_TRUNC | MSG_DONTWAIT); in do_flush_udp() 263 error(1, errno, "recv"); in do_flush_udp() 265 error(1, 0, "recv: bad packet len, got %d," in do_flush_udp() 269 error(1, errno, "recv: 0 byte datagram\n"); in do_flush_udp() 274 error(1, 0, "recv: bad gso size, got %d, expected %d " in do_flush_udp()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | sys_ni.c | 407 COND_SYSCALL(recv); variable 408 COND_SYSCALL_COMPAT(recv); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gm20b.c | 205 flush_work(&pmu->recv.work); in gm20b_pmu_fini() 239 .recv = gm20b_pmu_recv,
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | uart.c | 276 if (nu->ops.recv(nu, nu->rx_skb) != 0) in nci_uart_default_recv_buf() 374 !nu->ops.recv || !nu->ops.close) in nci_uart_register()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | udpgso_bench_rx.c | 171 ret = recv(fd, NULL, 1 << 21, MSG_TRUNC | MSG_DONTWAIT); in do_flush_tcp() 257 ret = recv(fd, rbuf, len, MSG_TRUNC | MSG_DONTWAIT); in do_flush_udp() 263 error(1, errno, "recv"); in do_flush_udp() 265 error(1, 0, "recv: bad packet len, got %d," in do_flush_udp() 269 error(1, errno, "recv: 0 byte datagram\n"); in do_flush_udp() 274 error(1, 0, "recv: bad gso size, got %d, expected %d " in do_flush_udp()
|
H A D | reuseport_addr_any.c | 182 i = recv(fd, buf, sizeof(buf), 0); in receive_once() 185 i = recv(ev.data.fd, buf, sizeof(buf), 0); in receive_once() 189 error(1, errno, "failed to recv"); in receive_once()
|
H A D | reuseport_bpf_numa.c | 175 i = recv(fd, buf, sizeof(buf), 0); in receive_on_node() 178 i = recv(ev.data.fd, buf, sizeof(buf), 0); in receive_on_node() 182 error(1, errno, "failed to recv"); in receive_on_node()
|
H A D | reuseport_bpf_cpu.c | 165 i = recv(fd, buf, sizeof(buf), 0); in receive_on_cpu() 168 i = recv(ev.data.fd, buf, sizeof(buf), 0); in receive_on_cpu() 172 error(1, errno, "failed to recv"); in receive_on_cpu()
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_003.c | 81 /* recv */
in SampleTcpServer() 83 ret = recv(sfd, g_buf, sizeof(g_buf), 0);
in SampleTcpServer() 84 LogPrintln("server recv on socket %d: %d", sfd, ret);
in SampleTcpServer() 180 /* recv */
in SampleTcpClient() 182 ret = recv(sfd, g_buf, sizeof(g_buf), 0);
in SampleTcpClient() 183 LogPrintln("client recv on socket %d: %d", sfd, ret);
in SampleTcpClient()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | sys_ni.c | 323 COND_SYSCALL(recv); variable 324 COND_SYSCALL_COMPAT(recv); variable
|
/kernel/linux/linux-6.6/tools/accounting/ |
H A D | procacct.c | 188 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id() 351 rep_len = recv(nl_sd, &msg, sizeof(msg), 0); in main()
|