Home
last modified time | relevance | path

Searched refs:recv (Results 226 - 250 of 669) sorted by relevance

12345678910>>...27

/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c26 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
/third_party/mesa3d/src/util/
H A Dos_socket.c58 return recv(socket, buffer, length, flags); in os_socket_recv()
/third_party/libfuse/test/
H A Dtest_custom_io.py36 buf += sock.recv(bufsize - len(buf))
/third_party/ltp/testcases/kernel/uevents/
H A Duevent.h132 len = recv(fd, &buf, sizeof(buf), 0); in wait_for_uevents()
/third_party/libwebsockets/lib/roles/pipe/
H A Dops-pipe.c58 n = recv(wsi->desc.sockfd, s, sizeof(s), 0); in rops_handle_POLLIN_pipe()
/third_party/node/deps/v8/include/
H A Dv8-function.h56 Local<Value> recv, int argc,
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function.h56 Local<Value> recv, int argc,
/third_party/python/Lib/multiprocessing/dummy/
H A Dconnection.py57 self.recv = self.recv_bytes = _in.get
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.cpp88 return recv(socket, buffer, length, 0); in receive()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSocket.cpp89 return recv(socket, buffer, length, 0); in receive()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dso_txtime.c107 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 Dreuseport_addr_any.c182 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 Dreuseport_bpf_numa.c175 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 Dreuseport_bpf_cpu.c165 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 Dudpgso_bench_rx.c171 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 Dsys_ni.c407 COND_SYSCALL(recv); variable
408 COND_SYSCALL_COMPAT(recv); variable
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c205 flush_work(&pmu->recv.work); in gm20b_pmu_fini()
239 .recv = gm20b_pmu_recv,
/kernel/linux/linux-6.6/net/nfc/nci/
H A Duart.c276 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 Dudpgso_bench_rx.c171 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 Dreuseport_addr_any.c182 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 Dreuseport_bpf_numa.c175 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 Dreuseport_bpf_cpu.c165 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 Dnet_socket_test_003.c81 /* 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 Dsys_ni.c323 COND_SYSCALL(recv); variable
324 COND_SYSCALL_COMPAT(recv); variable
/kernel/linux/linux-6.6/tools/accounting/
H A Dprocacct.c188 rep_len = recv(sd, &ans, sizeof(ans), 0); in get_family_id()
351 rep_len = recv(nl_sd, &msg, sizeof(msg), 0); in main()

Completed in 11 milliseconds

12345678910>>...27