Home
last modified time | relevance | path

Searched refs:ENOPROTOOPT (Results 1 – 11 of 11) sorted by relevance

/external/qemu/
Dsockets.h59 # ifndef ENOPROTOOPT
60 # define ENOPROTOOPT 10042 macro
Dsockets.c92 EE(WSAENOPROTOOPT,ENOPROTOOPT,"bad protocol option") \
/external/kernel-headers/original/asm-generic/
Derrno.h65 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/chromium/net/third_party/nss/ssl/
Dunix_err.c518 case ENOPROTOOPT: prError = PR_INVALID_ARGUMENT_ERROR; break; in nss_MD_unix_map_default_error()
/external/bluetooth/bluez/src/
Dbtio.c386 if (errno != ENOPROTOOPT) { in set_sec_level()
460 if (errno != ENOPROTOOPT) { in get_sec_level()
/external/quake/quake/src/WinQuake/
Dmpdosock.h644 #define ENOPROTOOPT WSAENOPROTOOPT
/external/bluetooth/glib/glib/
Dgstrfuncs.c1210 #ifdef ENOPROTOOPT in g_strerror()
1211 case ENOPROTOOPT: return "bad proocol option"; in g_strerror()
/external/libpcap/
Dpcap-linux.c1025 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) { in pcap_setfilter_linux()
/external/iptables/libiptc/
Dlibiptc.c2270 { NULL, ENOPROTOOPT, "iptables who? (do you need to insmod?)" }, in TC_STRERROR()
/external/iptables/
Diptables.c1164 } else if (errno == ENOPROTOOPT) { in compatible_revision()
Dip6tables.c1132 } else if (errno == ENOPROTOOPT) { in compatible_revision()