Searched refs:MSG_PEEK (Results 1 – 4 of 4) sorted by relevance
455 #define MSG_PEEK 0x0002 /* peek at incoming message */ macro
4953 #ifdef MSG_PEEK4954 PyModule_AddIntConstant(m, "MSG_PEEK", MSG_PEEK);
4851 #ifdef MSG_PEEK4852 PyModule_AddIntConstant(m, "MSG_PEEK", MSG_PEEK);
4498 bConsumePacket = (BOOLEAN)( 0 == ( Flags & MSG_PEEK )); in EslSocketReceive()