Home
last modified time | relevance | path

Searched refs:SYS_LISTEN (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dsocketcalls.h11 #if !(defined(SYS_LISTEN) || (defined(HAVE_DECL_SYS_LISTEN) && HAVE_DECL_SYS_LISTEN))
12 # define SYS_LISTEN 4 macro
74 XLAT(SYS_LISTEN),
Dsocketcalls.in4 SYS_LISTEN 4
/external/kernel-headers/original/uapi/linux/
Dnet.h29 #define SYS_LISTEN 4 /* sys_listen(2) */ macro
/external/ltp/testcases/kernel/syscalls/socketcall/
Dsocketcall04.c100 AF_INET, SOCK_STREAM, 6, SYS_LISTEN, setup1, "listen call"};