Home
last modified time | relevance | path

Searched refs:ERR_SOCK_CONNECT_IPV6_FAILED (Results 1 – 3 of 3) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h64 #define ERR_SOCK_CONNECT_IPV6_FAILED 29 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp777 case ERR_SOCK_CONNECT_IPV6_FAILED: { in networkError()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dclientstate.cpp521 throw ClientException(__FILE__, __LINE__, ERR_SOCK_CONNECT_IPV6_FAILED, ec.value()); in HandleConnect()