Searched refs:GetPort (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerConnect.cpp201 % sender->cur_server->GetPort() );
204 CServer* update = theApp->serverlist->GetServerByAddress( sender->cur_server->GetAddress(), sender->cur_server->GetPort() );
214 data.WriteUInt16(thePrefs::GetPort());
264 AddLogLineC(wxString(wxT(" Port : ")) << thePrefs::GetPort());
279 CServer* update = theApp->serverlist->GetServerByAddress(connectedsocket->cur_server->GetAddress(),sender->cur_server->GetPort());
343 CServer* pServer = theApp->serverlist->GetServerByAddress(sender->cur_server->GetAddress(), sender->cur_server->GetPort());
353 % sender->cur_server->GetPort() );
363 % sender->cur_server->GetPort() );
376 % sender->cur_server->GetPort() );
422 % sender->cur_server->GetPort() );
[all...]
H A DServerSocket.cpp172 cur_server->GetAddress(), cur_server->GetPort());
246 CServer* eserver = theApp->serverlist->GetServerByAddress(cur_server->GetAddress(),cur_server->GetPort());
252 CServer* pServer = theApp->serverlist->GetServerByAddress(cur_server->GetAddress(),cur_server->GetPort());
261 % Uint32_16toStringIP_Port(cur_server->GetIP(), cur_server->GetPort())
267 CServer* pServer = theApp->serverlist->GetServerByAddress(cur_server->GetAddress(),cur_server->GetPort());
276 % Uint32_16toStringIP_Port(cur_server->GetIP(), cur_server->GetPort())
286 CServer* eserver = theApp->serverlist->GetServerByAddress(cur_server->GetAddress(),cur_server->GetPort());
434 cur_srv ? cur_srv->GetPort() : 0);
445 file->AddSources(sources, cur_server->GetIP(), cur_server->GetPort(), SF_LOCAL_SERVER, (opcode == OP_FOUNDSOURCES_OBFU));
458 CServer* update = theApp->serverlist->GetServerByAddress(cur_server->GetAddress(), cur_server->GetPort());
[all...]
H A DServerList.cpp155 CServer* update = GetServerByAddress(newserver->GetAddress(), newserver->GetPort());
193 if ( !in_server->GetPort() ) {
197 % in_server->GetPort()
215 % in_server->GetPort()
222 CServer* test_server = GetServerByAddress(in_server->GetAddress(), in_server->GetPort());
227 test_server = GetServerByIPTCP(in_server->GetIP(), in_server->GetPort());
234 % in_server->GetPort()
252 % in_server->GetPort()
307 AddDebugLogLineN(logServerUDP, CFormat(wxT(">> Sending OP__GlobServStatReq (obfuscated) to server %s:%u")) % ping_server->GetAddress() % ping_server->GetPort());
526 % server->GetAddress() % server->GetPort()
[all...]
H A DChatWnd.cpp79 chatselector->StartSession(GUI_ID(friend_client->GetIP(), friend_client->GetPort()), friend_client->GetName(), true);
183 chatselector->RefreshFriend(GUI_ID(toupdate->GetIP(), toupdate->GetPort()), toupdate->GetName());
186 chatselector->EndSession(GUI_ID(toupdate->GetIP(), toupdate->GetPort()));
194 chatselector->EndSession(GUI_ID(todel->GetIP(), todel->GetPort()));
H A DFriend.h63 uint16 GetPort() const { return m_nLastUsedPort; } function in class:CFriend
H A DServerWnd.cpp119 CServer* update = theApp->serverlist->GetServerByAddress(toadd->GetAddress(), toadd->GetPort());
122 update = theApp->serverlist->GetServerByIPTCP(toadd->GetIP(), toadd->GetPort());
169 wxString(_("LowID")) : Uint32_16toStringIP_Port( theApp->GetED2KID(), thePrefs::GetPort()));
181 ED2KInfoList->SetItem(1, 1, Uint32_16toStringIP_Port(theApp->GetED2KID(), thePrefs::GetPort()));
214 wxString(CFormat(_("Firewalled - open TCP port %d in your router or firewall")) % thePrefs::GetPort())
H A DED2KLink.h118 uint16 GetPort() const;
H A DFriendList.cpp166 } else if (cur_friend->GetIP() == dwIP && cur_friend->GetPort() == nPort) {
216 client = new CUpDownClient(cur_friend->GetPort(), cur_friend->GetIP(), 0, 0, 0, true, true);
241 client = new CUpDownClient(Friend->GetPort(), Friend->GetIP(), 0, 0, 0, true, true);
H A Damule.cpp677 if (thePrefs::ECPort() == thePrefs::GetPort()) {
680 while ( port < 1024 || port == thePrefs::GetPort() ) {
699 if (thePrefs::GetUDPPort() == thePrefs::GetPort() + 3) {
702 while ( port < 1024 || port == thePrefs::GetPort() + 3 ) {
746 myaddr[1].Service(thePrefs::GetPort()+3);
749 % ip % ((unsigned int)thePrefs::GetPort() + 3u);
756 myaddr[2].Service(thePrefs::GetPort());
759 % ip % (unsigned int)(thePrefs::GetPort());
769 (unsigned int)(thePrefs::GetPort());
775 (unsigned int)(thePrefs::GetPort());
[all...]
H A DServerListCtrl.cpp206 CFormat(wxT("%u")) % server->GetPort());
209 CFormat(wxT("%u (%s)")) % server->GetPort() % server->GetAuxPortsList());
510 URL += CFormat(wxT("ed2k://|server|%s|%d|/\n")) % server->GetFullIP() % server->GetPort();
595 case COLUMN_SERVER_PORT: return mode * CmpAny( server1->GetPort(), server2->GetPort() );
H A DSearchList.cpp423 uint16 localPort = localServer->GetPort();
428 if ((server->GetPort() == localPort) && (server->GetIP() == localIP)) {
443 AddDebugLogLineN(logServerUDP, wxT("Sending OP_GLOBSEARCHREQ3 to server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()));
447 AddDebugLogLineN(logServerUDP, wxT("Sending OP_GLOBSEARCHREQ2 to server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()));
451 AddDebugLogLineN(logServerUDP, wxT("Skipped UDP search on server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()) + wxT(": No large file support"));
456 AddDebugLogLineN(logServerUDP, wxT("Sending OP_GLOBSEARCHREQ to server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()));
460 AddDebugLogLineN(logServerUDP, wxT("Skipped UDP search on server ") + Uint32_16toStringIP_Port(server->GetIP(), server->GetPort()) + wxT(": No large file support"));
H A DECSpecialCoreTags.cpp49 CECTag(EC_TAG_SERVER, EC_IPv4_t(server->GetIP(), server->GetPort()))
112 AddTag(EC_TAG_SERVER_PORT, server->GetPort(), valuemap);
373 AddTag(EC_TAG_FRIEND_PORT, Friend->GetPort(), valuemap);
H A DMuleTrayIcon.cpp373 if (thePrefs::GetPort()) {
374 temp = CFormat(_("TCP port: %d")) % thePrefs::GetPort();
H A DServerUDPSocket.cpp75 if (pServer->GetCryptPingReplyPending() && pServer->GetChallenge() != 0 /* && pServer->GetPort() == ntohs(sockAddr.sin_port) - 12 */) {
245 AddDebugLogLineN(logServerUDP, CFormat(wxT(">>> Sending OP__ServDescReq to server %s:%u, challenge %08x\n")) % update->GetAddress() % update->GetPort() % uDescReqChallenge);
361 item.port = host->GetPort() + port_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddcscreen.cpp26 GetPort( &port ) ;
H A Dmetafile.cpp162 ::GetPort( (GrafPtr*) &m_macPort ) ;
H A Ddcprint.cpp72 ::GetPort( & m_macPrintFormerPort ) ;
211 ::GetPort( &m_macPrintFormerPort ) ;
H A Duma.cpp635 GetPort( &port ) ;
686 GetPort( &port ) ;
747 GetPort( &m_oldPort ) ;
H A Dchecklst.cpp80 GetPort(&savePort);
154 GetPort( &grafPtr );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacscreen.c195 GetPort(&savePort);
296 GetPort(&savePort);
332 GetPort(&savePort);
370 GetPort(&savePort);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddcscreen.cpp42 GetPort( &port ) ;
H A Duma.cpp577 GetPort( &port ) ;
615 GetPort( &port ) ;
686 GetPort( &m_oldPort ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp509 // socket timeout automatically set in GetPort function
593 wxSocketBase *wxFTP::GetPort() function in class:wxFTP
762 wxSocketBase *sock = GetPort();
792 wxSocketBase *sock = GetPort();
813 wxSocketBase *sock = GetPort();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h135 // GetPort()
136 wxSocketBase *GetPort();
140 // helper for GetPort()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h73 const wxString& GetPort() const { return m_port; } function in class:wxURI

Completed in 123 milliseconds

123