Lines Matching defs:MSG_EOF
57 /* would seem that not all sdp.h files define a MSG_EOF, but that58 MSG_EOF can be the same as MSG_FIN so lets work with that60 #ifndef MSG_EOF62 #define MSG_EOF MSG_FIN64 #error Must have either MSG_EOF or MSG_FIN defined