Searched refs:MSG_WAITFORONE (Results 1 – 25 of 26) sorted by relevance
12
/external/strace/xlat/ |
D | msg_flags.h | 118 #if defined(MSG_WAITFORONE) || (defined(HAVE_DECL_MSG_WAITFORONE) && HAVE_DECL_MSG_WAITFORONE) 120 static_assert((MSG_WAITFORONE) == (0x10000), "MSG_WAITFORONE != 0x10000"); 123 # define MSG_WAITFORONE 0x10000 201 XLAT(MSG_WAITFORONE),
|
D | msg_flags.in | 18 MSG_WAITFORONE 0x10000
|
/external/syzkaller/sys/freebsd/ |
D | socket_amd64.const | 59 MSG_WAITFORONE = 524288
|
D | socket.txt | 43 …CMSG_CLOEXEC, MSG_DONTWAIT, MSG_ERRQUEUE, MSG_OOB, MSG_PEEK, MSG_TRUNC, MSG_WAITALL, MSG_WAITFORONE
|
/external/syzkaller/sys/linux/ |
D | socket_amd64.const | 145 MSG_WAITFORONE = 65536
|
D | socket_arm64.const | 145 MSG_WAITFORONE = 65536
|
D | socket_ppc64le.const | 145 MSG_WAITFORONE = 65536
|
D | socket_arm.const | 145 MSG_WAITFORONE = 65536
|
D | socket_386.const | 145 MSG_WAITFORONE = 65536
|
D | socket.txt | 47 …CMSG_CLOEXEC, MSG_DONTWAIT, MSG_ERRQUEUE, MSG_OOB, MSG_PEEK, MSG_TRUNC, MSG_WAITALL, MSG_WAITFORONE
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_freebsd_arm.go | 1056 MSG_WAITFORONE = 0x80000 const
|
D | zerrors_freebsd_amd64.go | 1049 MSG_WAITFORONE = 0x80000 const
|
D | zerrors_freebsd_386.go | 1048 MSG_WAITFORONE = 0x80000 const
|
D | zerrors_linux_sparc64.go | 809 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_mips64le.go | 1002 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_ppc64.go | 1001 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_arm.go | 1001 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_mips64.go | 1002 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_ppc64le.go | 1001 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_arm64.go | 1004 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_386.go | 1003 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_mips.go | 1002 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_s390x.go | 1001 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_mipsle.go | 1002 MSG_WAITFORONE = 0x10000 const
|
D | zerrors_linux_amd64.go | 1003 MSG_WAITFORONE = 0x10000 const
|
12