Searched refs:IP_FROM_GUI_ID (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.cpp131 % Uint32toStringIP(IP_FROM_GUI_ID(client_id))
197 uint32 ip = IP_FROM_GUI_ID(sender_id);
355 clientref.Link(theApp->clientlist->FindClientByIP(IP_FROM_GUI_ID(ci->m_client_id), PORT_FROM_GUI_ID(ci->m_client_id)) CLIENT_DEBUGSTRING("CChatSelector::GetCurrentClient"));
H A DOtherFunctions.h347 #define IP_FROM_GUI_ID(x) (x >> 16) macro
H A DClientList.cpp819 CUpDownClient* client = FindClientByIP(IP_FROM_GUI_ID(client_id), PORT_FROM_GUI_ID(client_id));
827 % Uint32toStringIP(IP_FROM_GUI_ID(client_id))
829 client = new CUpDownClient(PORT_FROM_GUI_ID(client_id),IP_FROM_GUI_ID(client_id),0,0,NULL, true, true);
836 CUpDownClient* client = FindClientByIP(IP_FROM_GUI_ID(client_id), PORT_FROM_GUI_ID(client_id));

Completed in 114 milliseconds