Searched refs:protocol_not_supported (Results 1 – 4 of 4) sorted by relevance
85 protocol_not_supported, // EPROTONOSUPPORT194 protocol_not_supported = EPROTONOSUPPORT,
87 static_assert(static_cast<int>(std::errc::protocol_not_supported) == EPROTONOSUPPORT, ""); in main()
136 MAP_ERR_TO_COND(WSAEPROTONOSUPPORT, protocol_not_supported);
594 protocol_not_supported = EPROTONOSUPPORT, enumerator