Home
last modified time | relevance | path

Searched refs:recv (Results 326 - 350 of 778) sorted by relevance

1...<<11121314151617181920>>...32

/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/
H A Di2c.c94 .recv = st33zp24_i2c_recv,
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A DMakefile6 recv.o \
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk104.c119 .recv = gt215_pmu_recv,
H A Dgk110.c98 .recv = gt215_pmu_recv,
/kernel/linux/linux-6.6/drivers/iio/imu/bno055/
H A Dbno055_ser_trace.h79 TRACE_EVENT(recv,
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsctp_hello.c128 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 Dnet_socket_test_009.c128 /* 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 Dnet_socket_test_010.c88 /* 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 Dnet_socket_test_012.c105 /* recv */ in SampleTcpClient()
107 ret = recv(sfd, g_bufClient, sizeof(g_bufClient), 0); in SampleTcpClient()
H A Dnet_socket_test_013.c96 /* 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 Ddictserver.py90 data = self.request.recv(1024).strip()
/third_party/backends/backend/
H A Dxerox_mfp-tcp.c74 rc = recv(dev->dn, resp+bytes_recv, *resplen-bytes_recv, 0); in tcp_dev_request()
/third_party/libuv/test/
H A Dtest-tcp-oob.c72 ASSERT_NE(-1, recv(fd, lbuf, sizeof(lbuf), MSG_OOB)); in read_cb()
/third_party/mesa3d/.gitlab-ci/
H A Dreport-flakes.py48 data = self.s.recv(1024)
/third_party/musl/src/mq/
H A Dmq_notify.c43 n = recv(s, buf, sizeof(buf), MSG_NOSIGNAL|MSG_WAITALL); in start()
/third_party/musl/src/network/
H A Dnetlink.c31 r = recv(fd, u.buf, sizeof(u.buf), MSG_DONTWAIT); in __netlink_enumerate()
/third_party/ltp/testcases/lib/
H A Dtst_net_iface_prefix.c67 len = recv(sock, buf, sizeof(buf), 0); in read_iface_prefix()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_initmsg_connect.c96 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 DNO_SYS_SampleCode.c101 LINK_STATS_INC(link.recv); in main()
/third_party/lwip/test/unit/mqtt/
H A Dtest_mqtt.c99 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 Dsys_socket.c100 {ssize_t(*p)(int,void*,size_t,int) = recv;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Drecv.c90 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 Dmock_socket.py13 # 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 Dmultiprocessing.c91 _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 Dbtmtksdio.c378 { 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()

Completed in 12 milliseconds

1...<<11121314151617181920>>...32