Home
last modified time | relevance | path

Searched refs:MSG_CONFIRM (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Dmsg_flags.h83 #if defined(MSG_CONFIRM) || (defined(HAVE_DECL_MSG_CONFIRM) && HAVE_DECL_MSG_CONFIRM)
85 static_assert((MSG_CONFIRM) == (0x800), "MSG_CONFIRM != 0x800");
88 # define MSG_CONFIRM 0x800
196 XLAT(MSG_CONFIRM),
Dmsg_flags.in13 MSG_CONFIRM 0x800
/external/iputils/
Dtftpd.c72 #ifndef MSG_CONFIRM
73 #define MSG_CONFIRM 0 macro
394 confirmed = MSG_CONFIRM; in sendfile()
457 confirmed = MSG_CONFIRM; in recvfile()
Dping_common.h158 #ifndef MSG_CONFIRM
159 #define MSG_CONFIRM 0 macro
Dping_common.c40 int confirm_flag = MSG_CONFIRM;
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const49 MSG_CONFIRM = 2048
Dsocket.txt42 send_flags = MSG_CONFIRM, MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_NOSIGNAL, MSG_OOB
/external/syzkaller/sys/linux/
Dsocket_amd64.const132 MSG_CONFIRM = 2048
Dsocket_arm64.const132 MSG_CONFIRM = 2048
Dsocket_ppc64le.const132 MSG_CONFIRM = 2048
Dsocket_arm.const132 MSG_CONFIRM = 2048
Dsocket_386.const132 MSG_CONFIRM = 2048
Dsocket.txt46 send_flags = MSG_CONFIRM, MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MS…
/external/iputils/doc/
Dtftpd.sgml111 (<constant/MSG_CONFIRM/) allowing to boot long images by dumb clients
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go791 MSG_CONFIRM = 0x800 const
Dzerrors_linux_mips64le.go984 MSG_CONFIRM = 0x800 const
Dzerrors_linux_ppc64.go983 MSG_CONFIRM = 0x800 const
Dzerrors_linux_arm.go983 MSG_CONFIRM = 0x800 const
Dzerrors_linux_mips64.go984 MSG_CONFIRM = 0x800 const
Dzerrors_linux_ppc64le.go983 MSG_CONFIRM = 0x800 const
Dzerrors_linux_arm64.go986 MSG_CONFIRM = 0x800 const
Dzerrors_linux_386.go985 MSG_CONFIRM = 0x800 const
Dzerrors_linux_mips.go984 MSG_CONFIRM = 0x800 const
Dzerrors_linux_s390x.go983 MSG_CONFIRM = 0x800 const
Dzerrors_linux_mipsle.go984 MSG_CONFIRM = 0x800 const

12