Home
last modified time | relevance | path

Searched refs:__NR_recvmmsg (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libuv/src/unix/
Dlinux-syscalls.c37 #ifndef __NR_recvmmsg
39 # define __NR_recvmmsg 299 macro
41 # define __NR_recvmmsg (UV_SYSCALL_BASE + 365) macro
188 #elif defined(__NR_recvmmsg) in uv__recvmmsg()
189 return syscall(__NR_recvmmsg, fd, mmsg, vlen, /* flags */ 0, /* timeout */ 0); in uv__recvmmsg()
/third_party/ltp/testcases/cve/
Dcve-2016-7117.c84 tst_syscall(__NR_recvmmsg, 0, 0, 0, 0, 0); in setup()
127 stat = tst_syscall(__NR_recvmmsg, in run()
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg.h20 #if (__NR_recvmmsg != __LTP__NR_INVALID_SYSCALL)
Dsendmmsg_var.h43 return tst_syscall(__NR_recvmmsg, sockfd, msgvec, vlen, flags, timeout); in sys_recvmmsg()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsyscall.h344 #define __NR_recvmmsg 365 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsyscall.h344 #define __NR_recvmmsg 365 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dsyscall.h344 #define __NR_recvmmsg 365 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsyscall.h344 #define __NR_recvmmsg 365 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dsyscall.h344 #define __NR_recvmmsg 365 macro
/third_party/musl/arch/aarch64/bits/
Dsyscall.h.in244 #define __NR_recvmmsg 243 macro
/third_party/musl/arch/riscv64/bits/
Dsyscall.h.in243 #define __NR_recvmmsg 243 macro
/third_party/musl/arch/or1k/bits/
Dsyscall.h.in245 #define __NR_recvmmsg 243 macro
/third_party/musl/arch/s390x/bits/
Dsyscall.h.in302 #define __NR_recvmmsg 357 macro
/third_party/musl/arch/mips64/bits/
Dsyscall.h.in294 #define __NR_recvmmsg 5294 macro
/third_party/musl/arch/x86_64/bits/
Dsyscall.h.in300 #define __NR_recvmmsg 299 macro
/third_party/musl/arch/powerpc64/bits/
Dsyscall.h.in333 #define __NR_recvmmsg 343 macro
/third_party/musl/arch/mipsn32/bits/
Dsyscall.h.in298 #define __NR_recvmmsg 6298 macro
/third_party/musl/arch/m68k/bits/
Dsyscall.h.in353 #define __NR_recvmmsg 371 macro
/third_party/musl/arch/sh/bits/
Dsyscall.h.in329 #define __NR_recvmmsg 357 macro
/third_party/musl/arch/mips/bits/
Dsyscall.h.in335 #define __NR_recvmmsg 4335 macro
/third_party/musl/porting/liteos_a/user/arch/arm/bits/
Dsyscall.h.in326 #define __NR_recvmmsg 365 macro
/third_party/musl/arch/arm/bits/
Dsyscall.h.in323 #define __NR_recvmmsg 365 macro
/third_party/musl/arch/powerpc/bits/
Dsyscall.h.in342 #define __NR_recvmmsg 343 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h344 #define __NR_recvmmsg 365 macro
/third_party/musl/arch/microblaze/bits/
Dsyscall.h.in364 #define __NR_recvmmsg 367 macro

12