Home | History | Annotate | Download | only in src

Lines Matching defs:MSG_EOF

57 /* 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
64 #error Must have either MSG_EOF or MSG_FIN defined