Searched refs:m_proxyBoundAddress (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DProxy.h250 wxIPaddress &GetProxyBoundAddress(void) const { return *m_proxyBoundAddress; }
281 wxIPaddress *m_proxyBoundAddress; member in class:CProxyStateMachine
H A DProxy.cpp138 m_proxyBoundAddress(NULL),
744 m_proxyBoundAddress = &m_proxyBoundAddressIPV4;
756 m_proxyBoundAddress = &m_proxyBoundAddressIPV4;
765 //m_proxyBoundAddress.Hostname(Uint128toStringIP(
767 //m_proxyBoundAddress = &m_proxyBoundAddressIPV6;
775 m_proxyBoundAddress->Service( ENDIAN_NTOHS( RawPeekUInt16( m_buffer+portOffset) ) );
970 m_proxyBoundAddress = &m_proxyBoundAddressIPV4;

Completed in 105 milliseconds