Home
last modified time | relevance | path

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

12345

/openbmc/openbmc/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
/openbmc/slpd-lite/test/
H A Dtest-suite.py26 ret = sock.sendto(payload, addr)
42 ret = sock.sendto(payload, addr)
58 ret = sock.sendto(payload, addr)
74 ret = sock.sendto(payload, addr)
90 ret = sock.sendto(payload, addr)
107 ret = sock.sendto(payload, addr)
127 ret = sock.sendto(payload, addr)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dip_check_defrag.c114 err = sendto(client, frag_0, sizeof(frag_0), 0, saddr_p, saddr_len); in send_frags()
118 err = sendto(client, frag_1, sizeof(frag_1), 0, saddr_p, saddr_len); in send_frags()
122 err = sendto(client, frag_2, sizeof(frag_2), 0, saddr_p, saddr_len); in send_frags()
142 err = sendto(client, frag6_0, sizeof(frag6_0), 0, saddr_p, saddr_len); in send_frags6()
146 err = sendto(client, frag6_1, sizeof(frag6_1), 0, saddr_p, saddr_len); in send_frags6()
150 err = sendto(client, frag6_2, sizeof(frag6_2), 0, saddr_p, saddr_len); in send_frags6()
257 len = sendto(srv_fd, buf, len, 0, (struct sockaddr *)&caddr, caddr_len); in test_bpf_ip_check_defrag_ok()
H A Ddecap_sanity.c60 err = sendto(sockfd, buf, sizeof(buf), 0, (void *)&addr, addrlen); in test_decap_sanity()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/
H A Dgnome-bluetooth3_3.34.5.bb29 # just bluetooth-sendto / bluetooth-sendto.desktop only
36 # offer alternate bluetooth-sendto
/openbmc/linux/tools/testing/selftests/net/
H A Dsk_bind_sendto_listen.c37 if (sendto(fd1, NULL, 0, MSG_FASTOPEN, (struct sockaddr *)&bind_addr, in main()
59 if (sendto(fd2, NULL, 0, MSG_FASTOPEN, (struct sockaddr *)&bind_addr, in main()
H A Dtxring_overwrite.c135 ret = sendto(fdt, NULL, 0, 0, NULL, 0); in send_pkt()
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()
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dsocket_manager.cpp57 auto err = sendto(fd, serialized.c_str(), serialized.length(), 0, addr6, in SendDatagram()
70 err = sendto(fd, serialized.c_str(), serialized.length(), 0, addr4, in SendDatagram()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dsctp_collision.c67 ret = sendto(sd, buf, strlen(buf) + 1, 0, (struct sockaddr *)&daddr, len); in main()
83 ret = sendto(sd, buf, strlen(buf) + 1, 0, (struct sockaddr *)&daddr, len); in main()
H A Daudit_logread.c70 ret = sendto(fd, &msg, msg.nlh.nlmsg_len, 0, in audit_send()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/
H A Dblueman_2.3.5.bb40 PACKAGECONFIG[thunar] = "-Dthunar-sendto=true,-Dthunar-sendto=false"
59 ${D}${bindir}/blueman-sendto \
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md255 An MCTP message is transmitted using one of the `sendto()`, `sendmsg()`,
256 `send()` or `write()` syscalls. Using `sendto()` as the primary example:
274 len = sendto(sd, buf, sizeof(buf), 0,
303 expired either by timeout or by a subsequent `sendto()`.
494 rc = sendto(sd, &msg, sizeof(msg), 0,
498 err(EXIT_FAILURE, "sendto");
567 rc = sendto(sd, &msg, rc, 0,
570 err(EXIT_FAILURE, "sendto");
605 * doing connect(); sendto();, in order to retain the tag
610 rc = sendto(sd, buf, 2, 0, (struct sockaddr *)&txaddr,
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/
H A D0001-meson-add-pythoninstalldir-option.patch47 …option('sendto-plugins', type: 'array', choices: ['Caja', 'Nemo', 'Nautilus'], value: ['Caja', 'Ne…
/openbmc/qemu/include/sysemu/
H A Dos-win32.h252 #undef sendto
253 #define sendto qemu_sendto_wrap macro
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dudp_client.c63 ret = sendto(sock, message, strlen(message),0,(const struct sockaddr*)&server_addr, in main()
/openbmc/linux/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()
/openbmc/linux/Documentation/networking/
H A Dj1939.rst187 socket or use ``send(2)``, ``sendto(2)``, ``sendmsg(2)`` and the ``recv*()`` counterpart
196 to ``bind(2)``, ``connect(2)``, ``sendto(2)`` and ``recvfrom(2)``. A ``write(2)`` with size 4 will
245 remote address from ``connect(2)``. Use ``sendto(2)`` to overwrite the destination
307 ``send(2)``, ``sendto(2)`` and ``sendmsg(2)`` take a 'flags' argument. Currently
399 /* Afterwards do a sendto(2) with data set to the NAME (Little Endian). If the
403 sendto(sock, dat, sizeof(dat), 0, (const struct sockaddr *)&saddr, sizeof(saddr));
445 at this point we can use only ``sendto(2)`` or ``sendmsg(2)``.
460 sendto(sock, dat, sizeof(dat), 0, (const struct sockaddr *)&saddr, sizeof(saddr));
H A Dmctp.rst123 ``sendto()``, ``sendmsg()``, ``send()`` : transmit an MCTP message
126 An MCTP message is transmitted using one of the ``sendto()``, ``sendmsg()`` or
127 ``send()`` syscalls. Using ``sendto()`` as the primary example:
146 len = sendto(sd, buf, sizeof(buf), 0,
157 message buffer passed to ``sendto()``. If a message integrity check is to be
/openbmc/linux/drivers/rpmsg/
H A Drpmsg_internal.h69 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); member
/openbmc/slpd-lite/
H A Dsock_channel.cpp98 sendto(sockfd, // File Descriptor in write()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_skb_cgroup_id_user.c64 if (sendto(fd, &msg, sizeof(msg), 0, (const struct sockaddr *)&dst, in send_packet()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst105 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
107 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch60 SCMP_SYS(sendto),
/openbmc/linux/samples/bpf/
H A Dtest_overhead_user.c82 if (sendto(fd, buf, strlen(buf), 0, in test_fib_table_lookup()

12345