Searched refs:Hostname (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleIPV4Address.h39 virtual bool Hostname(const wxString& name) function in class:amuleIPV4Address
46 return wxIPV4address::Hostname(name);
49 virtual bool Hostname(uint32 ip) function in class:amuleIPV4Address
56 return wxIPV4address::Hostname(Uint32toStringIP(ip));
H A DNetworkFunctions.cpp82 solver.Hostname(Host);
H A DProxy.cpp743 m_proxyBoundAddressIPV4.Hostname( PeekUInt32( m_buffer+addrOffset) );
754 m_proxyBoundAddressIPV4.Hostname(
765 //m_proxyBoundAddress.Hostname(Uint128toStringIP(
925 unsigned char lenDomain = m_peerAddress->Hostname().Len();
927 unicode2char(m_peerAddress->Hostname()), lenDomain);
969 m_proxyBoundAddressIPV4.Hostname( PeekUInt32( m_buffer+addrOffset ) );
1214 m_proxyAddress.Hostname(m_proxyData.m_proxyHostName);
1392 a.Hostname( PeekUInt32( m_proxyTCPSocket.GetBuffer()+4 ) );
H A DMuleUDPSocket.cpp310 addr.Hostname(ip);
H A DHTTPDownload.cpp376 addr.Hostname(host);
H A DEMSocket.cpp54 if (host.Hostname(thePrefs::GetAddress())) {
H A DServerSocket.cpp730 addr.Hostname(ip);
H A Damule.cpp729 if (thePrefs::GetECAddress().IsEmpty() || !myaddr[0].Hostname(thePrefs::GetECAddress())) {
739 } else if (!myaddr[1].Hostname(thePrefs::GetAddress())) {
H A DTextClient.cpp205 a.Hostname(serverName);
H A DBaseClient.cpp1632 tmp.Hostname(GetConnectIP());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckaddr.h59 virtual bool Hostname(const wxString& name) = 0;
70 virtual wxString Hostname() const = 0;
85 virtual bool Hostname(const wxString& name);
86 bool Hostname(unsigned long addr);
97 virtual wxString Hostname() const;
140 virtual bool Hostname(const wxString& name);
142 bool Hostname(unsigned char addr[16]);
156 virtual wxString Hostname() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckaddr.cpp139 bool wxIPV4address::Hostname(const wxString& name) function in class:wxIPV4address
151 bool wxIPV4address::Hostname(unsigned long addr) function in class:wxIPV4address
155 m_origHostname = Hostname();
178 return (Hostname() == wxT("localhost") || IPAddress() == wxT("127.0.0.1"));
186 wxString wxIPV4address::Hostname() const function in class:wxIPV4address
220 return Hostname().Cmp(addr.Hostname().c_str()) == 0 &&
243 bool wxIPV6address::Hostname(const wxString& name) function in class:wxIPV6address
253 bool wxIPV6address::Hostname(unsigned char[16] WXUNUSED(addr)) function in class:wxIPV6address
275 return (Hostname()
295 wxString wxIPV6address::Hostname() const function in class:wxIPV6address
[all...]
H A Durl.cpp272 if (!addr.Hostname(m_server))
339 if (!addr.Hostname(hostname))
381 addr.Hostname(hostname);
H A Dftp.cpp162 addr.Hostname(host);
730 addr.Hostname(hostaddr);
H A Dsckipc.cpp105 addr->Hostname(host);
160 return addr.Hostname(host);
H A Dhttp.cpp204 if (!addr->Hostname(host)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipaddr.tex25 % Hostname
28 \membersection{wxIPaddress::Hostname}\label{wxipaddresshostname}
30 \func{virtual bool}{Hostname}{\param{const wxString\&}{ hostname}}
40 \func{virtual wxString}{Hostname}{\void}
H A Dipvaddr.tex20 % Hostname
23 \membersection{wxIPV4address::Hostname}\label{wxipv4addresshostname}
25 \func{bool}{Hostname}{\param{const wxString\&}{ hostname}}
35 \func{wxString}{Hostname}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECMuleSocket.cpp109 addr.Hostname(Uint32toStringIP(ip));
H A DRemoteConnect.cpp133 addr.Hostname(host);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sockets/
H A Dclient.cpp272 addr.Hostname(hostname);
633 s.Printf(_("%s : %d"), (addr.Hostname()).c_str(), addr.Service());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2356 addr.Hostname(hostname);
2369 addr.Hostname().c_str(), addr.Service());

Completed in 265 milliseconds