/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-hpa-5.2-pktinfo.patch | 7 diff -up tftp-hpa-5.2/tftpd/recvfrom.c.test tftp-hpa-5.2/tftpd/recvfrom.c 8 --- tftp-hpa-5.2/tftpd/recvfrom.c.test 2011-12-11 23:13:52.000000000 +0100 9 +++ tftp-hpa-5.2/tftpd/recvfrom.c 2012-01-04 10:05:17.852042256 +0100
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | sctp_collision.c | 62 ret = recvfrom(sd, buf, sizeof(buf), 0, (struct sockaddr *)&daddr, &len); in main() 88 ret = recvfrom(sd, buf, sizeof(buf), 0, (struct sockaddr *)&daddr, &len); in main()
|
H A D | audit_logread.c | 35 ret = recvfrom(fd, rep, sizeof(*rep), 0, in audit_recv()
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 261 #undef recvfrom 262 #define recvfrom qemu_recvfrom_wrap macro
|
/openbmc/u-boot/tools/ |
H A D | ncb.c | 30 len = recvfrom (s, buf, sizeof buf, 0, (struct sockaddr *) &addr, &addr_len); in main()
|
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/ |
H A D | udp_server.c | 82 ret = recvfrom(sock, message, sizeof(message), 0, (struct sockaddr*)&client_addr, in main()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ip_check_defrag.c | 254 len = recvfrom(srv_fd, buf, sizeof(buf), 0, (struct sockaddr *)&caddr, &caddr_len); in test_bpf_ip_check_defrag_ok() 262 len = recvfrom(client_rx_fd, buf, sizeof(buf), 0, NULL, NULL); in test_bpf_ip_check_defrag_ok()
|
H A D | sk_assign.c | 153 return recvfrom(srv_client, &buf, sizeof(buf), 0, NULL, NULL); in rcv_msg()
|
/openbmc/linux/Documentation/networking/ |
H A D | mctp.rst | 176 ``recvfrom()``, ``recvmsg()``, ``recv()`` : receive an MCTP message 180 ``recvfrom()``, ``recvmsg()``, or ``recv()`` system calls. Using ``recvfrom()`` 192 len = recvfrom(sd, buf, sizeof(buf), 0, 201 The address argument to ``recvfrom`` and ``recvmsg`` is populated with the
|
/openbmc/slpd-lite/ |
H A D | sock_channel.cpp | 44 readDataLen = recvfrom(sockfd, // File Descriptor in read()
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 157 COND_SYSCALL(recvfrom); 158 COND_SYSCALL_COMPAT(recvfrom);
|
/openbmc/docs/designs/mctp/ |
H A D | mctp-kernel.md | 321 #### `recvfrom()`, `recvmsg()`, `recv()` & `read()`: receive an MCTP message 324 `recvmsg()`, `recv()` or `read()` system calls. Using `recvfrom()` as the 335 len = recvfrom(sd, buf, sizeof(buf), 0, 345 The address argument to `recvfrom` and `recvmsg` is populated with the remote 396 If the `addrlen` specified to `sendto()` or `recvfrom()` is sufficient to 503 rc = recvfrom(sd, &msg, sizeof(msg), 0, 506 err(EXIT_FAILURE, "recvfrom"); 549 rc = recvfrom(sd, &msg, sizeof(msg), 0, 552 err(EXIT_FAILURE, "recvfrom"); 640 rc = recvfrom(sd, &buf, 2, 0, (struct sockaddr *)&rxaddr, [all …]
|
/openbmc/google-misc/subprojects/nemora-postd/ |
H A D | README.md | 30 exec socat udp-recvfrom:3960,fork exec:"$DECODE_CMD",fdout=stdout
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-cgroup.rst | 109 **recvmsg4** call to recvfrom(2), recvmsg(2), recvmmsg(2) for 111 **recvmsg6** call to recvfrom(2), recvmsg(2), recvmmsg(2) for
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 41 rc = recvfrom(sd[i], buf, expected_szs[numSubTest],
|
/openbmc/linux/arch/um/drivers/ |
H A D | net_user.c | 112 CATCH_EINTR(n = recvfrom(fd, buf, len, 0, NULL, NULL)); in net_recvfrom()
|
H A D | mconsole_user.c | 84 req->len = recvfrom(fd, &req->request, sizeof(req->request), 0, in mconsole_get_request()
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 782 #undef recvfrom 793 ret = recvfrom(s, buf, len, flags, addr, addrlen); in qemu_recvfrom_wrap()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | eth-raw-os.c | 269 retval = recvfrom(priv->sd, packet, 1536, 0, in sandbox_eth_raw_os_recv()
|
/openbmc/linux/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 255 recv_len = recvfrom(s_rcv, &buf, sizeof(buf), 0, in udp_client()
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 177 [ 176] = 6, /* recvfrom */
|
/openbmc/libpldm/src/transport/ |
H A D | af-mctp.c | 132 length = recvfrom(af_mctp->socket, msg, length, MSG_TRUNC, in pldm_transport_af_mctp_recv()
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 56 45 64 recvfrom sys_recvfrom 383 517 x32 recvfrom compat_sys_recvfrom
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 56 45 64 recvfrom sys_recvfrom 390 517 x32 recvfrom compat_sys_recvfrom
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 56 45 64 recvfrom sys_recvfrom 390 517 x32 recvfrom compat_sys_recvfrom
|