Searched refs:SOCKET_PEEK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c37 #define SOCKET_PEEK 002 macro
61 t = (action > 0 || rc >= 0) ? (STREAM_PEEK|SOCKET_PEEK) : 0;
66 t &= ~SOCKET_PEEK;
90 { t &= ~SOCKET_PEEK;
112 (t&SOCKET_PEEK) )
204 if(t&SOCKET_PEEK)
226 t &= ~SOCKET_PEEK;
237 t &= ~SOCKET_PEEK;

Completed in 75 milliseconds