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

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h161 #if !defined(FIONREAD) || !defined(FIONBIO)
176 #ifndef FIONREAD
177 #define FIONREAD _IOR('f', 127, unsigned long) /* get # bytes to read */ 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) */
306 #ifndef FIONREAD
307 #define FIONREAD _IOR('f', 127, unsigned long) /* get # bytes to read */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95sock.c105 if (ioctlsocket(fd->secret->md.osfd, FIONREAD, &result) < 0) {
H A Dw16sock.c133 if (ioctlsocket(fd->secret->md.osfd, FIONREAD, &result) < 0) {
H A Dntio.c2493 if (ioctlsocket(fd->secret->md.osfd, FIONREAD, &result) < 0) {
/vbox/src/VBox/RDP/client-1.8.3/
H A Dserial.c150 /* FIONREAD should really do the same thing as TIOCINQ, where it is
152 #if !defined(TIOCINQ) && defined(FIONREAD)
153 #define TIOCINQ FIONREAD
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp657 int rc = ioctl(pThis->fd, FIONREAD, &cb);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbnet.c871 if (ioctl(fd->secret->md.osfd, FIONREAD, &result) < 0) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2sock.c126 if (_OS2_IOCTL(fd->secret->md.osfd, FIONREAD, (char *) &result, sizeof(result)) < 0) {
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dsockets.c1340 case FIONREAD:
1348 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_ioctl(%d, FIONREAD, %p) = %u\n", s, argp, *((u16_t*)argp)));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h756 #define FIONREAD _IOR('f', 127, ULONG) macro
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c838 ioctl(conn->tcp_socket, FIONREAD, &inbuf);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h786 #define FIONREAD _IOR('f', 127, ULONG) macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dsocket.c336 status = ioctlsocket(so->s, FIONREAD, &pending);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c2448 case FIONREAD:
2497 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_ioctl(%d, FIONREAD, %p) = %"U16_F"\n", s, argp, *((u16_t*)argp)));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c53 /* To get FIONREAD */
483 if (ioctl(fd->secret->md.osfd, FIONREAD, &result) < 0) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c67 #include <sys/filio.h> /* to pick up FIONREAD */
1519 rv = ioctl(fd->secret->md.osfd, FIONREAD, &bytes);

Completed in 928 milliseconds