Searched refs:MSG_SYN (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | msg_flags.h | 76 #if defined(MSG_SYN) || (defined(HAVE_DECL_MSG_SYN) && HAVE_DECL_MSG_SYN) 78 static_assert((MSG_SYN) == (0x400), "MSG_SYN != 0x400"); 81 # define MSG_SYN 0x400 195 XLAT(MSG_SYN),
|
D | msg_flags.in | 12 MSG_SYN 0x400
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 805 MSG_SYN = 0x400 const
|
D | zerrors_linux_mipsle.go | 998 MSG_SYN = 0x400 const
|
D | zerrors_linux_s390x.go | 997 MSG_SYN = 0x400 const
|
D | zerrors_linux_arm.go | 997 MSG_SYN = 0x400 const
|
D | zerrors_linux_ppc64le.go | 997 MSG_SYN = 0x400 const
|
D | zerrors_linux_mips64.go | 998 MSG_SYN = 0x400 const
|
D | zerrors_linux_ppc64.go | 997 MSG_SYN = 0x400 const
|
D | zerrors_linux_amd64.go | 999 MSG_SYN = 0x400 const
|
D | zerrors_linux_mips64le.go | 998 MSG_SYN = 0x400 const
|
D | zerrors_linux_386.go | 999 MSG_SYN = 0x400 const
|
D | zerrors_linux_mips.go | 998 MSG_SYN = 0x400 const
|
D | zerrors_linux_arm64.go | 1000 MSG_SYN = 0x400 const
|
/external/strace/ |
D | ChangeLog-CVS | 2909 * net.c (msg_flags): Grok MSG_FIX, MSG_SYN, MSG_RST, MSG_NOSIGNAL,
|
D | ChangeLog | 3336 MSG_SYN, MSG_CONFIRM, MSG_RST, MSG_ERRQUEUE, MSG_NOSIGNAL, MSG_MORE,
|