Searched refs:MSG_OOB (Results 1 – 5 of 5) sorted by relevance
184 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator185 #define MSG_OOB MSG_OOB macro
180 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator181 #define MSG_OOB MSG_OOB macro
207 MSG_OOB = 0x01, /* Process out-of-band data. */ enumerator208 #define MSG_OOB MSG_OOB macro
82 macro MSG_OOB
2653 @code{MSG_OOB} flag to read or write out-of-band data, the2791 @deftypevr Macro int MSG_OOB2857 @code{send}, specifying the flag @code{MSG_OOB} (@pxref{Sending2862 available out-of-band data, use @code{recv} with the @code{MSG_OOB}2973 success = recv (socket, buf, BUF_SZ, MSG_OOB);3478 @code{read} or @code{recv} without specifying the @code{MSG_OOB}