taglinefilesource code
atype19include/asm-m68k/unistd.h#define _syscall1(type,name,atype,a) \
atype20include/asm-m68k/unistd.htype name(atype a) \
atype34include/asm-m68k/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
atype35include/asm-m68k/unistd.htype name(atype a,btype b) \
atype51include/asm-m68k/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
atype52include/asm-m68k/unistd.htype name(atype a,btype b,ctype c) \
atype70include/asm-m68k/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
atype71include/asm-m68k/unistd.htype name (atype a, btype b, ctype c, dtype d) \
atype91include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
atype92include/asm-m68k/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
atype29include/asm-mips/unistd.h#define _syscall1(type,name,atype,a) \
atype30include/asm-mips/unistd.htype name(atype a) \
atype44include/asm-mips/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
atype45include/asm-mips/unistd.htype name(atype a,btype b) \
atype61include/asm-mips/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
atype62include/asm-mips/unistd.htype name (atype a, btype b, ctype c) \
atype80include/asm-mips/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
atype81include/asm-mips/unistd.htype name (atype a, btype b, ctype c, dtype d) \
atype102include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
atype103include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
atype108net/inet/icmp.cint atype;
atype127net/inet/icmp.catype=ip_chk_addr(iph->daddr);
atype128net/inet/icmp.cif(atype==IS_BROADCAST || IN_MULTICAST(iph->daddr))
atype4252net/inet/tcp.cint atype;
atype4278net/inet/tcp.cif ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST)