Searched defs:FIONBIO (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h161 #if !defined(FIONREAD) || !defined(FIONBIO)
179 #ifndef FIONBIO
180 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h95 #define FIONBIO 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h283 * lwip_ioctl only supports FIONREAD and FIONBIO, for now
291 #if !defined(FIONREAD) || !defined(FIONBIO)
304 #endif /* !defined(FIONREAD) || !defined(FIONBIO) */
309 #ifndef FIONBIO
310 #define FIONBIO _IOW('f', 126, unsigned long) /* set/clear non-blocking i/o */ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h757 #define FIONBIO _IOW('f', 126, ULONG) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h787 #define FIONBIO _IOW('f', 126, ULONG) macro

Completed in 76 milliseconds