Home
last modified time | relevance | path

Searched refs:MSG_FIN (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h69 #if defined(MSG_FIN) || (defined(HAVE_DECL_MSG_FIN) && HAVE_DECL_MSG_FIN)
71 static_assert((MSG_FIN) == (0x200), "MSG_FIN != 0x200");
74 # define MSG_FIN 0x200
194 XLAT(MSG_FIN),
Dmsg_flags.in11 MSG_FIN 0x200
23 /* MSG_EOF MSG_FIN */
/external/ltp/utils/sctp/include/netinet/
Dsctp.h171 SCTP_EOF=MSG_FIN, /* Initiate graceful shutdown process. */
/external/iproute2/include/uapi/linux/
Dsctp.h272 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */
/external/kernel-headers/original/uapi/linux/
Dsctp.h307 SCTP_EOF = MSG_FIN, /* Initiate graceful shutdown process. */
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go798 MSG_FIN = 0x200 const
Dzerrors_linux_mipsle.go991 MSG_FIN = 0x200 const
Dzerrors_linux_s390x.go990 MSG_FIN = 0x200 const
Dzerrors_linux_arm.go990 MSG_FIN = 0x200 const
Dzerrors_linux_ppc64le.go990 MSG_FIN = 0x200 const
Dzerrors_linux_mips64.go991 MSG_FIN = 0x200 const
Dzerrors_linux_ppc64.go990 MSG_FIN = 0x200 const
Dzerrors_linux_amd64.go992 MSG_FIN = 0x200 const
Dzerrors_linux_mips64le.go991 MSG_FIN = 0x200 const
Dzerrors_linux_386.go992 MSG_FIN = 0x200 const
Dzerrors_linux_mips.go991 MSG_FIN = 0x200 const
Dzerrors_linux_arm64.go993 MSG_FIN = 0x200 const
/external/strace/
DChangeLog3335 MSG_PROBE, MSG_TRUNC, MSG_DONTWAIT, MSG_EOR, MSG_WAITALL, MSG_FIN,
3344 (MSG_EOF): Commented out, as it is a synonym for MSG_FIN.