Home | History | Annotate | Download | only in netperf

Lines Matching defs:MSG_EOF

62 /* 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
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.