Searched defs:MSG_EOF (Results 1 - 2 of 2) sorted by relevance

/external/netperf/src/
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
1937 remote_res->ai_addrlen, 0, MSG_EOF, 0, 0, 0);
1948 * We choose to do it on a socket other then the one that send MSG_EOF.
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

Completed in 398 milliseconds