Home
last modified time | relevance | path

Searched refs:sendto (Results 1 – 25 of 111) sorted by relevance

12345

/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3/
H A D0001-build-Fix-build-for-newer-versions-of-meson.patch6 sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
11 sendto/meson.build | 1 -
14 diff --git a/sendto/meson.build b/sendto/meson.build
16 --- a/sendto/meson.build
17 +++ b/sendto/meson.build
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/
H A D0001-meson-add-pythoninstalldir-option.patch45 …option('sendto-plugins', type: 'array', choices: ['Caja', 'Nemo', 'Nautilus'], value: ['Caja', 'Ne…
46 option('thunar-sendto', type: 'boolean', value: true, description: 'Install Thunar sendto plugin')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/
H A Dgnome-bluetooth3_3.34.5.bb30 # just bluetooth-sendto / bluetooth-sendto.desktop only
37 # offer alternate bluetooth-sendto
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/blueman/
H A Dblueman_2.2.4.bb35 PACKAGECONFIG[thunar] = "-Dthunar-sendto=true,-Dthunar-sendto=false"
54 ${D}${bindir}/blueman-sendto \
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dj1939.rst149 socket or use ``send(2)``, ``sendto(2)``, ``sendmsg(2)`` and the ``recv*()`` counterpart
158 to ``bind(2)``, ``connect(2)``, ``sendto(2)`` and ``recvfrom(2)``. A ``write(2)`` with size 4 will
207 remote address from ``connect(2)``. Use ``sendto(2)`` to overwrite the destination
269 ``send(2)``, ``sendto(2)`` and ``sendmsg(2)`` take a 'flags' argument. Currently
361 /* Afterwards do a sendto(2) with data set to the NAME (Little Endian). If the
365 sendto(sock, dat, sizeof(dat), 0, (const struct sockaddr *)&saddr, sizeof(saddr));
407 at this point we can use only ``sendto(2)`` or ``sendmsg(2)``.
422 sendto(sock, dat, sizeof(dat), 0, (const struct sockaddr *)&saddr, sizeof(saddr));
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dmconsole_user.c156 n = sendto(req->originating_fd, &reply, len, 0, in mconsole_reply_len()
211 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target, in mconsole_notify()
H A Dnet_user.c155 CATCH_EINTR(n = sendto(fd, buf, len, 0, (struct sockaddr *) to, in net_sendto()
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Drpmsg_internal.h62 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); member
H A Drpmsg_core.c140 if (!ept->ops->sendto) in rpmsg_sendto()
143 return ept->ops->sendto(ept, data, len, dst); in rpmsg_sendto()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Dfix-buffer-fortify-tfpt.patch24 if (sendto (peer, buf, length, 0, (struct sockaddr *) &from, fromlen) != length)
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst95 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
97 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/
H A D0004-libnfnetlink-initialize-attribute-padding-to-resolve.patch7 ==12195== Syscall param socketcall.sendto(msg) points to uninitialised byte(s)
/OK3568_Linux_fs/kernel/tools/perf/examples/bpf/
H A Daugmented_syscalls.c167 augmented_sockaddr_syscall(sendto);
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_skb_cgroup_id_user.c65 if (sendto(fd, &msg, sizeof(msg), 0, (const struct sockaddr *)&dst, in send_packet()
H A Dnetwork_helpers.c130 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr, in fastopen_connect()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dip_defrag.c194 res = sendto(fd_raw, ip_frame, frag_len, 0, addr, alen); in send_fragment()
315 res = sendto(fd_raw, ip_frame, frag_len, 0, addr, alen); in send_udp_frags()
H A Dtxring_overwrite.c135 ret = sendto(fdt, NULL, 0, 0, NULL, 0); in send_pkt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dsocket.h152 extern ssize_t sendto (int __fd, const void *__buf, size_t __n,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dsocket.h152 extern ssize_t sendto (int __fd, const void *__buf, size_t __n,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch59 SCMP_SYS(sendto),
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Dsocket.c238 return sendto(nl->fd, buf, len, 0, in mnl_socket_sendto()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_discovery.c239 if (sendto(broadcast_fd, cmd_info, strlen(cmd_info), in broadcast_service()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Deth-raw-os.c208 retval = sendto(priv->sd, packet, length, 0, in sandbox_eth_raw_os_send()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcookie_uid_helper_example.c240 res = sendto(s_send, &message, sizeof(message), 0, in udp_client()
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource.c307 ret = sendto(sockfd, &msg, sizeof(bt_msg_t), 0, (struct sockaddr *)&dst, sizeof(dst)); in main()

12345