Searched refs:MSG_EOF (Results 1 - 5 of 5) sorted by relevance

/external/strace/xlat/
H A Dmsg_flags.h55 #if defined(MSG_EOF) || (defined(HAVE_DECL_MSG_EOF) && HAVE_DECL_MSG_EOF)
56 XLAT(MSG_EOF),
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h319 #define MSG_EOF 0x100 /* data completes connection */ macro
/external/netperf/
H A Dnettest_sdp.c57 /* would seem that not all sdp.h files define a MSG_EOF, but that
58 MSG_EOF can be the same as MSG_FIN so lets work with that
60 #ifndef MSG_EOF
62 #define MSG_EOF MSG_FIN macro
64 #error Must have either MSG_EOF or MSG_FIN defined
H A Dnettest_sctp.c62 /* would seem that not all sctp.h files define a MSG_EOF, but that
63 MSG_EOF can be the same as MSG_FIN so lets work with that
65 #ifndef MSG_EOF
67 #define MSG_EOF MSG_FIN macro
69 #error Must have either MSG_EOF or MSG_FIN defined
1954 remote_res->ai_addrlen, 0, MSG_EOF, 0, 0, 0);
1965 * We choose to do it on a socket other then the one that send MSG_EOF.
H A Dnettest_bsd.c9433 MSG_EOF,
10061 MSG_EOF,

Completed in 1389 milliseconds