Home
last modified time | relevance | path

Searched refs:MSG_MORE (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dmsg_flags.h111 #if defined(MSG_MORE) || (defined(HAVE_DECL_MSG_MORE) && HAVE_DECL_MSG_MORE)
113 static_assert((MSG_MORE) == (0x8000), "MSG_MORE != 0x8000");
116 # define MSG_MORE 0x8000
200 XLAT(MSG_MORE),
Dmsg_flags.in17 MSG_MORE 0x8000
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const138 MSG_MORE = 32768
Dsocket_386.const138 MSG_MORE = 32768
Dsocket_arm64.const138 MSG_MORE = 32768
Dsocket_arm.const138 MSG_MORE = 32768
Dsocket_amd64.const138 MSG_MORE = 32768
Dsocket.txt46 send_flags = MSG_CONFIRM, MSG_DONTROUTE, MSG_DONTWAIT, MSG_EOR, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MS…
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c160 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F()
541 EXPECT_EQ(send(self->fd, test_str_first, len, MSG_MORE), len); in TEST_F()
Dudpgso.c490 if (!__send_one(fd, &msg, MSG_MORE)) in send_one()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_linux.c87 res = send(t, addr[i], len[i], i + 1 < num_elem ? MSG_MORE : 0); in linux_af_alg_hash_vector()
322 res = send(ctx->t, data, len, MSG_MORE); in crypto_hash_update()
/external/python/cpython3/Lib/test/
Dtest_socket.py5797 op.send(b'a', socket.MSG_MORE)
5798 op.send(b'b', socket.MSG_MORE)
5799 op.send(b'c', socket.MSG_MORE)
5826 flags=socket.MSG_MORE)
5876 assoclen=assoclen, flags=socket.MSG_MORE)
5877 op.sendall(assoc, socket.MSG_MORE)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go799 MSG_MORE = 0x8000 const
Dzerrors_linux_mipsle.go992 MSG_MORE = 0x8000 const
Dzerrors_linux_s390x.go991 MSG_MORE = 0x8000 const
Dzerrors_linux_arm.go991 MSG_MORE = 0x8000 const
Dzerrors_linux_ppc64le.go991 MSG_MORE = 0x8000 const
Dzerrors_linux_mips64.go992 MSG_MORE = 0x8000 const
Dzerrors_linux_ppc64.go991 MSG_MORE = 0x8000 const
Dzerrors_linux_amd64.go993 MSG_MORE = 0x8000 const
Dzerrors_linux_mips64le.go992 MSG_MORE = 0x8000 const
Dzerrors_linux_386.go993 MSG_MORE = 0x8000 const
Dzerrors_linux_mips.go992 MSG_MORE = 0x8000 const
Dzerrors_linux_arm64.go994 MSG_MORE = 0x8000 const
/external/python/cpython3/Modules/
Dsocketmodule.c7314 #ifdef MSG_MORE
7315 PyModule_AddIntMacro(m, MSG_MORE);

12