/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/ |
H A D | i2c.c | 94 .recv = st33zp24_i2c_recv,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | Makefile | 6 recv.o \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gk104.c | 119 .recv = gt215_pmu_recv,
|
H A D | gk110.c | 98 .recv = gt215_pmu_recv,
|
/kernel/linux/linux-6.6/drivers/iio/imu/bno055/ |
H A D | bno055_ser_trace.h | 79 TRACE_EVENT(recv,
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | sctp_hello.c | 128 ret = recv(csk, buf, sizeof(buf), 0); in main() 130 printf("failed to recv msg %d\n", ret); in main()
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_009.c | 128 /* recv */ in SampleTcpClient() 130 ret = recv(sfd, g_buf, sizeof(g_buf), 0); in SampleTcpClient() 131 LogPrintln("client recv on socket %d: %d", sfd, ret); in SampleTcpClient()
|
H A D | net_socket_test_010.c | 88 /* recv */ in SampleTcpServer() 90 ret = recv(sfd, g_buf, sizeof(g_buf), 0); in SampleTcpServer() 91 LogPrintln("server recv on socket %d: %d", sfd, ret); in SampleTcpServer()
|
H A D | net_socket_test_012.c | 105 /* recv */
in SampleTcpClient() 107 ret = recv(sfd, g_bufClient, sizeof(g_bufClient), 0);
in SampleTcpClient()
|
H A D | net_socket_test_013.c | 96 /* recv */
in SampleTcpClient() 98 ret = recv(sfd, clientBuf, TCP_LONG_BUF_SIZE, 0);
in SampleTcpClient() 101 LogPrintln("client recv on socket %d: %d, i = %d", sfd, recvCount, i);
in SampleTcpClient()
|
/third_party/curl/tests/ |
H A D | dictserver.py | 90 data = self.request.recv(1024).strip()
|
/third_party/backends/backend/ |
H A D | xerox_mfp-tcp.c | 74 rc = recv(dev->dn, resp+bytes_recv, *resplen-bytes_recv, 0); in tcp_dev_request()
|
/third_party/libuv/test/ |
H A D | test-tcp-oob.c | 72 ASSERT_NE(-1, recv(fd, lbuf, sizeof(lbuf), MSG_OOB)); in read_cb()
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | report-flakes.py | 48 data = self.s.recv(1024)
|
/third_party/musl/src/mq/ |
H A D | mq_notify.c | 43 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
|
/third_party/musl/src/network/ |
H A D | netlink.c | 31 r = recv(fd, u.buf, sizeof(u.buf), MSG_DONTWAIT); in __netlink_enumerate()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_net_iface_prefix.c | 67 len = recv(sock, buf, sizeof(buf), 0); in read_iface_prefix()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_initmsg_connect.c | 96 TEST(recv(sk2, buffer_rcv, msglen, MSG_NOSIGNAL)); in test_sctp() 99 tst_res(TFAIL | TTERRNO, "recv() failed"); in test_sctp()
|
/third_party/lwip/doc/ |
H A D | NO_SYS_SampleCode.c | 101 LINK_STATS_INC(link.recv); in main()
|
/third_party/lwip/test/unit/mqtt/ |
H A D | test_mqtt.c | 99 if (client->conn->recv(client->conn->callback_arg, client->conn, p, ERR_OK) != ERR_OK) { in START_TEST()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 100 {ssize_t(*p)(int,void*,size_t,int) = recv;} in f()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | recv.c | 90 rets = recv(sClient, buf, sizeof(buf), 0); in SampleServerTask() 123 * @tc.desc : Verify that the server recv successfully
|
/third_party/python/Lib/test/ |
H A D | mock_socket.py | 13 # line which the socket will feed on recv() or makefile(). 52 def recv(self, bufsize, flags=None): member in MockSocket
|
/third_party/python/Modules/_multiprocessing/ |
H A D | multiprocessing.c | 91 _multiprocessing.recv 111 nread = recv((SOCKET) handle, PyBytes_AS_STRING(buf), size, 0); in _multiprocessing_recv_impl()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmtksdio.c | 378 { H4_RECV_ACL, .recv = hci_recv_frame }, 379 { H4_RECV_SCO, .recv = hci_recv_frame }, 380 { H4_RECV_EVENT, .recv = btmtksdio_recv_event }, 468 (&pkts[i])->recv(bdev->hdev, skb); in btmtksdio_rx_packet()
|