Searched refs:sys_socket (Results 1 - 21 of 21) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dsocksys.c60 int (*sys_socket)(int,int,int) =
84 fd = sys_socket(family, type, protocol);
170 int (*sys_socket)(int,int,int) =
180 ret = sys_socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
H A Dsocket.c72 int (*sys_socket)(int, int, int) =
77 return sys_socket(family, type, protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys32.S88 do_sys_socket: /* sys_socket(int, int, int) */
90 sethi %hi(sys_socket), %g1
92 jmpl %g1 + %lo(sys_socket), %g0
H A Dsys_sunos32.c589 extern asmlinkage int sys_socket(int family, int type, int protocol);
671 server_fd = sys_socket (AF_INET, SOCK_DGRAM, IPPROTO_UDP);
1265 ret = sys_socket(family, type, protocol);
H A Dsystbls.S100 .word sys_fsync, sys_setpriority, sys_socket, sys_connect, sys_accept
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsyscalls.h200 SYS(sys_socket, 3)
H A Dsysirix.c825 extern asmlinkage int sys_socket(int family, int type, int protocol);
858 return sys_socket(family, type, protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsys32.S79 _STATIC(do_sys_socket) /* sys_socket(int, int, int) */
84 b .sys_socket
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dsocket32.c603 extern asmlinkage long sys_socket(int family, int type, int protocol);
625 ret = sys_socket(a0, a1, a[2]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dscall_n32.S168 PTR sys_socket /* 6040 */
H A Dscall_64.S174 PTR sys_socket /* 5040 */
H A Dscall_o32.S495 sys sys_socket 3
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsys_sunos.c620 extern asmlinkage int sys_socket(int family, int type, int protocol);
700 server_fd = sys_socket (AF_INET, SOCK_DGRAM, IPPROTO_UDP);
1112 ret = sys_socket(family, type, protocol);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/hpux/
H A Dentry_hpux.S311 ENTRY_NAME(sys_socket) /* 290 */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dunistd.h103 __SYSCALL(__NR_socket, sys_socket)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dunistd.h103 __SYSCALL(__NR_socket, sys_socket)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/
H A Dsocket.c901 asmlinkage long sys_socket(int family, int type, int protocol) function
1555 err = sys_socket(a0,a1,a[2]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dentry.S866 .quad sys_socket
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dentry.S1129 data8 sys_socket // 1190
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dlinux32.c4242 extern asmlinkage long sys_socket(int family, int type, int protocol);
4277 ret = sys_socket(a[0], a[1], a[2]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dsys_ia32.c1905 extern asmlinkage long sys_socket(int family, int type, int protocol);
1928 ret = sys_socket(a0, a1, a[2]);

Completed in 278 milliseconds