Searched refs:sys_sendto (Results 1 - 24 of 24) sorted by relevance

/linux-4.4.14/include/uapi/linux/
H A Dnet.h36 #define SYS_SENDTO 11 /* sys_sendto(2) */
/linux-4.4.14/arch/avr32/kernel/
H A Dsyscall-stubs.S43 call sys_sendto
/linux-4.4.14/arch/sparc/kernel/
H A Dsys32.S170 do_sys_sendto: /* sys_sendto(int, u32, compat_size_t, unsigned int, u32, int) */
172 sethi %hi(sys_sendto), %g1
177 jmpl %g1 + %lo(sys_sendto), %g0
H A Dsystbls_64.S47 /*130*/ .word compat_sys_ftruncate, sys_flock, compat_sys_lstat64, sys_sendto, sys_shutdown
128 /*130*/ .word sys_ftruncate, sys_flock, sys_lstat64, sys_sendto, sys_shutdown
H A Dsystbls_32.S45 /*130*/ .long sys_ftruncate, sys_flock, sys_lstat64, sys_sendto, sys_shutdown
/linux-4.4.14/kernel/
H A Dsys_ni.c40 cond_syscall(sys_sendto); variable
H A Dauditsc.c2193 * audit_sockaddr - record audit data for sys_bind, sys_connect, sys_sendto
/linux-4.4.14/arch/arm/kernel/
H A Dsys_oabi-compat.c67 * sys_sendto:
401 return sys_sendto(fd, buff, len, flags, addr, addrlen); sys_oabi_sendto()
H A Dcalls.S302 /* 290 */ CALL(ABI(sys_sendto, sys_oabi_sendto))
/linux-4.4.14/arch/mips/kernel/
H A Dscall64-64.S159 PTR sys_sendto
H A Dscall64-n32.S145 PTR sys_sendto
H A Dscall32-o32.S406 PTR sys_sendto /* 4180 */
H A Dscall64-o32.S401 PTR sys_sendto /* 4180 */
/linux-4.4.14/arch/sh/kernel/
H A Dsyscalls_64.S254 .long sys_sendto
/linux-4.4.14/arch/m68k/kernel/
H A Dsyscalltable.S389 .long sys_sendto
/linux-4.4.14/arch/alpha/kernel/
H A Dsystbls.S152 .quad sys_sendto
/linux-4.4.14/arch/s390/kernel/
H A Dsyscalls.S380 SYSCALL(sys_sendto,compat_sys_sendto)
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dunistd.h247 __SYSCALL(110, sys_sendto, 6)
/linux-4.4.14/net/
H A Dcompat.c810 ret = sys_sendto(a0, compat_ptr(a1), a[2], a[3], compat_ptr(a[4]), a[5]); COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c44 * Tigran Aivazian : sys_send(args) calls sys_sendto(args, NULL, 0)
1666 return sys_sendto(fd, buff, len, flags, NULL, 0); SYSCALL_DEFINE4()
2372 err = sys_sendto(a0, (void __user *)a1, a[2], a[3], SYSCALL_DEFINE2()
/linux-4.4.14/include/uapi/asm-generic/
H A Dunistd.h567 __SYSCALL(__NR_sendto, sys_sendto)
/linux-4.4.14/arch/arm64/include/asm/
H A Dunistd32.h605 __SYSCALL(__NR_sendto, sys_sendto)
/linux-4.4.14/include/linux/
H A Dsyscalls.h606 asmlinkage long sys_sendto(int, void __user *, size_t, unsigned,
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1627 data8 sys_sendto

Completed in 345 milliseconds