Searched refs:MSG_OOB (Results 1 – 10 of 10) sorted by relevance
153 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), MSG_OOB ); in OobRx()
184 MSG_OOB ); in OobTx()
454 #define MSG_OOB 0x0001 /* process out-of-band data */ macro
53 MSG_OOB = 0x1 # Process data out of band variable236 self.sock.sendall(line, MSG_OOB)
615 self.socket.send(chr(244), socket.MSG_OOB)
1951 bUrgent = (BOOLEAN)( 0 != ( Flags & MSG_OOB )); in EslTcp4TxBuffer()
2020 bUrgent = (BOOLEAN)( 0 != ( Flags & MSG_OOB )); in EslTcp6TxBuffer()
4472 bUrgentQueue = (BOOLEAN)( 0 != ( Flags & MSG_OOB )); in EslSocketReceive()
4848 #ifdef MSG_OOB4849 PyModule_AddIntConstant(m, "MSG_OOB", MSG_OOB);
4950 #ifdef MSG_OOB4951 PyModule_AddIntConstant(m, "MSG_OOB", MSG_OOB);