Searched refs:SYS_ACCEPT4 (Results 1 – 4 of 4) sorted by relevance
53 #if !(defined(SYS_ACCEPT4) || (defined(HAVE_DECL_SYS_ACCEPT4) && HAVE_DECL_SYS_ACCEPT4))54 # define SYS_ACCEPT4 18 macro88 XLAT(SYS_ACCEPT4),
18 SYS_ACCEPT4 18
49 #if defined(SYS_ACCEPT4) /* the socketcall() number */94 return ltp_syscall(__NR_socketcall, SYS_ACCEPT4, args); in accept4_01()
43 #define SYS_ACCEPT4 18 /* sys_accept4(2) */ macro