Searched refs:EPROTONOSUPPORT (Results 1 – 19 of 19) sorted by relevance
54 #if !defined(EPROTONOSUPPORT)55 # define EPROTONOSUPPORT EINVAL macro
69 #undef EPROTONOSUPPORT70 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
48 #if defined(EPROTONOSUPPORT) || \
911 #ifdef EPROTONOSUPPORT in _dbus_error_from_errno()912 case EPROTONOSUPPORT: in _dbus_error_from_errno()
50 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
66 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
74 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
424 # ifndef EPROTONOSUPPORT425 # define EPROTONOSUPPORT 135 macro583 protocol_not_supported = EPROTONOSUPPORT,
250 return EPROTONOSUPPORT; in bt_error()
565 errno = EPROTONOSUPPORT;620 errno = EPROTONOSUPPORT;698 errno = EPROTONOSUPPORT;
133 if (errno == EINVAL || errno == EPROTONOSUPPORT || errno == EAFNOSUPPORT) in bus_selinux_audit_init()
36 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
645 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT
369 if (err == -EPROTONOSUPPORT) in register_endpoint()
1597 *err = -EPROTONOSUPPORT; in a2dp_add_sep()1603 *err = -EPROTONOSUPPORT; in a2dp_add_sep()
1282 #ifdef EPROTONOSUPPORT in g_strerror()1283 case EPROTONOSUPPORT: return "protocol not suppored"; in g_strerror()
565 #define VKI_EPROTONOSUPPORT EPROTONOSUPPORT
284 return (errno == EPROTONOSUPPORT || in create_ipv6_listener()
776 if (errno == ENOENT || errno == EPROTONOSUPPORT) { in compatible_revision()