Home
last modified time | relevance | path

Searched refs:recvfrom (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/um/drivers/
Dnet_user.c112 CATCH_EINTR(n = recvfrom(fd, buf, len, 0, NULL, NULL)); in net_recvfrom()
Dmconsole_user.c84 req->len = recvfrom(fd, &req->request, sizeof(req->request), 0, in mconsole_get_request()
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl54 45 64 recvfrom sys_recvfrom
342 517 x32 recvfrom compat_sys_recvfrom
/linux-4.1.27/tools/hv/
Dhv_vss_daemon.c288 len = recvfrom(fd, vss_recv_buffer, vss_recv_buffer_len, 0, in main()
Dhv_kvp_daemon.c1555 len = recvfrom(fd, kvp_recv_buffer, kvp_recv_buffer_len, 0, in main()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S203 ENTRY_SAME(recvfrom)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h344 COMPAT_SYS_SPU(recvfrom)
/linux-4.1.27/Documentation/networking/
Dphonet.txt107 len = recvfrom(fd, buf, sizeof(buf), 0,
Dcan.txt316 the system call recvfrom(2) may be used instead of read(2). To send
345 (addr.can_ifindex = 0) it is recommended to use recvfrom(2) if the
353 nbytes = recvfrom(s, &frame, sizeof(struct can_frame),
692 interface index. When using recvfrom() instead of read() to retrieve BCM
Dpacket_mmap.txt451 read entirely with recvfrom().
458 be read with recvfrom is limited like a normal socket.
/linux-4.1.27/tools/testing/selftests/net/
Dpsock_tpacket.c437 while ((ret = recvfrom(rcv_sock, packet, sizeof(packet), in walk_v1_v2_tx()
/linux-4.1.27/net/
Dcompat.c739 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, in COMPAT_SYSCALL_DEFINE6() argument
Dsocket.c1684 SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE6() argument