Searched refs:ConnectSocket (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECMuleSocket.cpp101 bool CECMuleSocket::ConnectSocket(wxIPV4address& address) function in class:CECMuleSocket
103 return CECSocket::ConnectSocket(StringIPtoUint32(address.IPAddress()),address.Service());
H A DECMuleSocket.h43 bool ConnectSocket(wxIPV4address& address);
H A DECSocket.h100 bool ConnectSocket(uint32_t ip, uint16_t port);
H A DRemoteConnect.cpp136 if (ConnectSocket(addr)) {
H A DECSocket.cpp286 bool CECSocket::ConnectSocket(uint32_t ip, uint16_t port) function in class:CECSocket

Completed in 101 milliseconds