HomeSort by relevance Sort by last modified time
    Searched refs:ENOTSOCK (Results 76 - 84 of 84) sorted by null

1 2 34

  /external/netperf/
netlib.h 294 #define ENOTSOCK WSAENOTSOCK
netserver.c 995 if (errno == ENOTSOCK) {
  /bionic/libc/netbsd/resolv/
res_send.c 763 errno = ENOTSOCK;
1039 errno = ENOTSOCK;
    [all...]
  /external/quake/quake/src/WinQuake/
mpdosock.h 640 #define ENOTSOCK WSAENOTSOCK
  /external/bluetooth/glib/glib/
gstrfuncs.c 1243 #ifdef ENOTSOCK
1244 case ENOTSOCK: return "socket operation on non-socket";
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 763 if (errno != ENOTSOCK)
  /external/valgrind/main/include/vki/
vki-darwin.h 560 #define VKI_ENOTSOCK ENOTSOCK
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 124 initConstant(env, c, "ENOTSOCK", ENOTSOCK);
  /external/libxml2/
xmlIO.c 203 "not a socket", /* ENOTSOCK */
398 #ifdef ENOTSOCK
399 else if (errno == ENOTSOCK) code = XML_IO_ENOTSOCK;
    [all...]

Completed in 1680 milliseconds

1 2 34