Searched refs:MSG_RST (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | msg_flags.h | 90 #if defined(MSG_RST) || (defined(HAVE_DECL_MSG_RST) && HAVE_DECL_MSG_RST) 92 static_assert((MSG_RST) == (0x1000), "MSG_RST != 0x1000"); 95 # define MSG_RST 0x1000 197 XLAT(MSG_RST),
|
D | msg_flags.in | 14 MSG_RST 0x1000
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 804 MSG_RST = 0x1000 const
|
D | zerrors_linux_mips64le.go | 997 MSG_RST = 0x1000 const
|
D | zerrors_linux_ppc64.go | 996 MSG_RST = 0x1000 const
|
D | zerrors_linux_arm.go | 996 MSG_RST = 0x1000 const
|
D | zerrors_linux_mips64.go | 997 MSG_RST = 0x1000 const
|
D | zerrors_linux_ppc64le.go | 996 MSG_RST = 0x1000 const
|
D | zerrors_linux_arm64.go | 999 MSG_RST = 0x1000 const
|
D | zerrors_linux_386.go | 998 MSG_RST = 0x1000 const
|
D | zerrors_linux_mips.go | 997 MSG_RST = 0x1000 const
|
D | zerrors_linux_s390x.go | 996 MSG_RST = 0x1000 const
|
D | zerrors_linux_mipsle.go | 997 MSG_RST = 0x1000 const
|
D | zerrors_linux_amd64.go | 998 MSG_RST = 0x1000 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,
|