HomeSort by relevance Sort by last modified time
    Searched refs:FIONBIO (Results 51 - 72 of 72) sorted by null

1 23

  /external/quake/quake/src/WinQuake/
net_mp.cpp 158 if (ioctlsocket (newsocket, FIONBIO, &_true) == -1)
net_udp.cpp 239 if (ioctl (newsocket, FIONBIO, (char *)&_true) == -1)
net_wipx.cpp 174 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1)
net_wins.cpp 290 if (pioctlsocket (newsocket, FIONBIO, &_true) == -1)
mpdosock.h 131 #define FIONBIO _IOW('f', 126, u_long) /* set/clear non-blocking i/o */
net_bw.cpp 63 #define FIONBIO 0x667e
mplpc.cpp 850 case FIONBIO:
  /external/openssl/apps/
s_client.c 173 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
174 #undef FIONBIO
197 #ifdef FIONBIO
311 #ifdef FIONBIO
657 #ifdef FIONBIO
903 #ifdef FIONBIO
    [all...]
  /external/openssl/crypto/bio/
b_sock.c 971 #ifdef FIONBIO
972 ret=BIO_socket_ioctl(s,FIONBIO,&l);
bss_acpt.c 74 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
75 #undef FIONBIO
bss_conn.c 74 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
75 #undef FIONBIO
  /external/openssl/
e_os.h 182 #define FIONBIO SO_NONBLOCK
571 # include <sys/filio.h> /* Added for FIONBIO under unixware */
  /external/libxml2/
nanohttp.c 882 status = ioctlsocket(s, FIONBIO, &one) == SOCKET_ERROR ? -1 : 0;
889 status = ioctl(s, FIONBIO, &enable);
    [all...]
  /external/qemu/
sockets.c 1119 return ioctlsocket(fd, FIONBIO, &opt);
1130 return ioctlsocket(fd, FIONBIO, &opt);
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 1123 return ioctlsocket(fd, FIONBIO, &opt);
1134 return ioctlsocket(fd, FIONBIO, &opt);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 1036 ioctlsocket(s_, FIONBIO, &argp);
    [all...]
  /external/openssl/crypto/threads/
mttest.c 139 #ifdef FIONBIO
  /external/valgrind/main/include/vki/
vki-darwin.h 900 #define VKI_FIONBIO FIONBIO
  /external/openssl/ssl/
ssltest.c 303 #ifdef FIONBIO
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /external/chromium/net/base/
net_util.cc     [all...]
  /external/netperf/
netlib.c     [all...]

Completed in 511 milliseconds

1 23