HomeSort by: relevance | last modified time | path
    Searched refs:ENOPROTOOPT (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/lib/librumpuser/
rumpuser_errtrans.c 153 #ifdef ENOPROTOOPT
154 case ENOPROTOOPT : return 42;
  /src/sys/rump/include/rump/
rumperrno2host.h 184 #ifdef ENOPROTOOPT
186 return ENOPROTOOPT;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 161 #ifndef ENOPROTOOPT
162 #define ENOPROTOOPT 9921
  /src/sys/sys/
errno.h 91 #define ENOPROTOOPT 42 /* Protocol option not available */
  /src/external/gpl3/gdb/dist/gnulib/import/
strerror-override.c 60 case ENOPROTOOPT:
153 /* WSAENOPROTOOPT maps to ENOPROTOOPT */
w32sock.h 83 errno = ENOPROTOOPT;
errno.in.h 104 # define ENOPROTOOPT 123
  /src/external/gpl3/gdb.old/dist/gnulib/import/
strerror-override.c 60 case ENOPROTOOPT:
153 /* WSAENOPROTOOPT maps to ENOPROTOOPT */
w32sock.h 83 errno = ENOPROTOOPT;
errno.in.h 104 # define ENOPROTOOPT 123
  /src/external/mpl/dhcp/dist/omapip/
toisc.c 120 case ENOPROTOOPT:
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h 213 #undef ENOPROTOOPT
214 #define ENOPROTOOPT WSAENOPROTOOPT
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 234 enum ENOPROTOOPT = 123;
349 enum ENOPROTOOPT = 92; ///
452 enum ENOPROTOOPT = 92; ///
564 enum ENOPROTOOPT = 220; ///
660 enum ENOPROTOOPT = 99; ///
766 enum ENOPROTOOPT = 92; ///
869 enum ENOPROTOOPT = 92; ///
921 enum ENOPROTOOPT = 42; ///
1076 enum ENOPROTOOPT = 92; ///
1168 enum ENOPROTOOPT = 42; /// Protocol not availabl
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 269 #ifdef ENOPROTOOPT
270 { "ENOPROTOOPT", ENOPROTOOPT, 109 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 269 #ifdef ENOPROTOOPT
270 { "ENOPROTOOPT", ENOPROTOOPT, 109 },
  /src/external/mpl/dhcp/dist/common/
lpf.c 90 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
114 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
210 if (errno != ENOPROTOOPT) {
285 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
321 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 123 inline int ENOPROTOOPT = 42;
124 #pragma D binding "1.0" ENOPROTOOPT
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 100 no_protocol_option = ENOPROTOOPT,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 98 no_protocol_option = ENOPROTOOPT,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 100 no_protocol_option = ENOPROTOOPT,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 98 no_protocol_option = ENOPROTOOPT,
  /src/sys/netbt/
sco_upper.c 325 err = ENOPROTOOPT;
356 return ENOPROTOOPT;
hci_socket.c 721 return ENOPROTOOPT;
745 err = ENOPROTOOPT;
776 err = ENOPROTOOPT;
782 err = ENOPROTOOPT;
l2cap_upper.c 488 err = ENOPROTOOPT;
527 return ENOPROTOOPT;
  /src/external/mit/libuv/dist/include/uv/
errno.h 383 #if defined(ENOPROTOOPT) && !defined(_WIN32)
384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)

Completed in 107 milliseconds

1 2 3