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

/external/kernel-headers/original/asm-generic/
H A Derrno.h65 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h73 #define ENOPROTOOPT 99 /* 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
542 no_protocol_option = ENOPROTOOPT,
/external/dhcpcd/
H A Dlpf.c107 if (errno != ENOPROTOOPT)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java110 public static final int ENOPROTOOPT = placeholder(); field in class:OsConstants
626 if (errno == ENOPROTOOPT) {
627 return "ENOPROTOOPT";
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h644 #define ENOPROTOOPT WSAENOPROTOOPT
/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 391 milliseconds