Searched refs:recvfrom (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/um/drivers/ |
D | net_user.c | 112 CATCH_EINTR(n = recvfrom(fd, buf, len, 0, NULL, NULL)); in net_recvfrom()
|
D | mconsole_user.c | 84 req->len = recvfrom(fd, &req->request, sizeof(req->request), 0, in mconsole_get_request()
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 54 45 64 recvfrom sys_recvfrom 342 517 x32 recvfrom compat_sys_recvfrom
|
/linux-4.1.27/tools/hv/ |
D | hv_vss_daemon.c | 288 len = recvfrom(fd, vss_recv_buffer, vss_recv_buffer_len, 0, in main()
|
D | hv_kvp_daemon.c | 1555 len = recvfrom(fd, kvp_recv_buffer, kvp_recv_buffer_len, 0, in main()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 203 ENTRY_SAME(recvfrom)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 344 COMPAT_SYS_SPU(recvfrom)
|
/linux-4.1.27/Documentation/networking/ |
D | phonet.txt | 107 len = recvfrom(fd, buf, sizeof(buf), 0,
|
D | can.txt | 316 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
|
D | packet_mmap.txt | 451 read entirely with recvfrom(). 458 be read with recvfrom is limited like a normal socket.
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_tpacket.c | 437 while ((ret = recvfrom(rcv_sock, packet, sizeof(packet), in walk_v1_v2_tx()
|
/linux-4.1.27/net/ |
D | compat.c | 739 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, in COMPAT_SYSCALL_DEFINE6() argument
|
D | socket.c | 1684 SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE6() argument
|