Searched refs:ENOPROTOOPT (Results 1 - 14 of 14) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno.h65 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h67 #undef ENOPROTOOPT macro
68 #define ENOPROTOOPT WSAENOPROTOOPT macro
/external/kernel-headers/original/linux/
H A Dmroute6.h146 return -ENOPROTOOPT;
153 return -ENOPROTOOPT;
/external/qemu/
H A Dsockets.h59 # ifndef ENOPROTOOPT
60 # define ENOPROTOOPT 10042 macro
H A Dsockets.c90 EE(WSAENOPROTOOPT,ENOPROTOOPT,"bad protocol option") \
/external/qemu/android/
H A Dasync-console.c142 errno = ENOPROTOOPT;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h166 no_protocol_option, // ENOPROTOOPT
361 # ifndef ENOPROTOOPT
362 # define ENOPROTOOPT 123 macro
553 no_protocol_option = ENOPROTOOPT,
/external/bluetooth/bluez/btio/
H A Dbtio.c391 if (errno != ENOPROTOOPT) {
418 if (errno != ENOPROTOOPT) {
491 if (errno != ENOPROTOOPT) {
513 if (errno != ENOPROTOOPT) {
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h644 #define ENOPROTOOPT WSAENOPROTOOPT
/external/bluetooth/glib/glib/
H A Dgstrfuncs.c1210 #ifdef ENOPROTOOPT
1211 case ENOPROTOOPT: return "bad proocol option";
/external/libpcap/
H A Dpcap-linux.c1025 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) {
/external/valgrind/main/include/vki/
H A Dvki-darwin.h564 #define VKI_ENOPROTOOPT ENOPROTOOPT
/external/iptables/iptables/
H A Dxtables.c779 } else if (errno == ENOPROTOOPT) {
/external/iptables/libiptc/
H A Dlibiptc.c2732 { NULL, ENOPROTOOPT, "iptables who? (do you need to insmod?)" },

Completed in 426 milliseconds