Searched refs:WSAEPROTONOSUPPORT_ (Results 1 – 2 of 2) sorted by relevance
328 case WSAEPROTONOSUPPORT_: return make_error_condition( protocol_not_supported ); in system_category_default_error_condition_win32()
2640 BOOST_CONSTEXPR_OR_CONST DWORD_ WSAEPROTONOSUPPORT_ = 10043; variable