Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 19 of 19) sorted by relevance

/external/qemu/
Dqemu-os-win32.h54 #if !defined(EPROTONOSUPPORT)
55 # define EPROTONOSUPPORT EINVAL macro
/external/chromium/third_party/libjingle/source/talk/base/
Dsocket.h69 #undef EPROTONOSUPPORT
70 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/external/dbus/dbus/
Ddbus-sockets-win.h48 #if defined(EPROTONOSUPPORT) || \
Ddbus-sysdeps.c911 #ifdef EPROTONOSUPPORT in _dbus_error_from_errno()
912 case EPROTONOSUPPORT: in _dbus_error_from_errno()
/external/openssh/
Daudit-linux.c50 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
/external/kernel-headers/original/asm-generic/
Derrno.h66 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h74 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h424 # ifndef EPROTONOSUPPORT
425 # define EPROTONOSUPPORT 135 macro
583 protocol_not_supported = EPROTONOSUPPORT,
/external/bluetooth/bluez/lib/
Dbluetooth.c250 return EPROTONOSUPPORT; in bt_error()
/external/ipsec-tools/src/racoon/
Dracoonctl.c565 errno = EPROTONOSUPPORT;
620 errno = EPROTONOSUPPORT;
698 errno = EPROTONOSUPPORT;
/external/dbus/bus/
Dselinux.c133 if (errno == EINVAL || errno == EPROTONOSUPPORT || errno == EAFNOSUPPORT) in bus_selinux_audit_init()
/external/quake/quake/src/WinQuake/
Dnet_bw.cpp36 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
Dmpdosock.h645 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
/external/bluetooth/bluez/audio/
Dmedia.c369 if (err == -EPROTONOSUPPORT) in register_endpoint()
Da2dp.c1597 *err = -EPROTONOSUPPORT; in a2dp_add_sep()
1603 *err = -EPROTONOSUPPORT; in a2dp_add_sep()
/external/bluetooth/glib/glib/
Dgstrfuncs.c1282 #ifdef EPROTONOSUPPORT in g_strerror()
1283 case EPROTONOSUPPORT: return "protocol not suppored"; in g_strerror()
/external/valgrind/main/include/vki/
Dvki-darwin.h565 #define VKI_EPROTONOSUPPORT EPROTONOSUPPORT
/external/dnsmasq/src/
Dnetwork.c284 return (errno == EPROTONOSUPPORT || in create_ipv6_listener()
/external/iptables/iptables/
Dxtables.c776 if (errno == ENOENT || errno == EPROTONOSUPPORT) { in compatible_revision()