Home
last modified time | relevance | path

Searched refs:nIP (Results 1 – 25 of 86) sorted by relevance

1234

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DServerList.h53 CServer* GetServerByIP(uint32 nIP) const;
54 CServer* GetServerByIPTCP(uint32 nIP, uint16 nPort) const;
55 CServer* GetServerByIPUDP(uint32 nIP, uint16 nUDPPort, bool bObfuscationPorts = true) const;
H A DNetworkFunctions.h118 inline bool IsGoodIPPort(uint32 nIP, uint16 nPort) throw() in IsGoodIPPort() argument
120 return IsGoodIP(nIP, true) && nPort!=0; in IsGoodIPPort()
H A DServerList.cpp617 CServer* CServerList::GetServerByIP(uint32 nIP) const in GetServerByIP()
621 if (s->GetIP() == nIP) in GetServerByIP()
628 CServer* CServerList::GetServerByIPTCP(uint32 nIP, uint16 nPort) const in GetServerByIPTCP() argument
632 if (s->GetIP() == nIP && s->GetPort() == nPort) in GetServerByIPTCP()
639 CServer* CServerList::GetServerByIPUDP(uint32 nIP, uint16 nUDPPort, bool bObfuscationPorts) const in GetServerByIPUDP() argument
643 if (s->GetIP() == nIP in GetServerByIPUDP()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DServerList.h53 CServer* GetServerByIP(uint32 nIP) const;
54 CServer* GetServerByIPTCP(uint32 nIP, uint16 nPort) const;
55 CServer* GetServerByIPUDP(uint32 nIP, uint16 nUDPPort, bool bObfuscationPorts = true) const;
H A DNetworkFunctions.h118 inline bool IsGoodIPPort(uint32 nIP, uint16 nPort) throw() in IsGoodIPPort() argument
120 return IsGoodIP(nIP, true) && nPort!=0; in IsGoodIPPort()
H A DServerList.cpp617 CServer* CServerList::GetServerByIP(uint32 nIP) const
621 if (s->GetIP() == nIP)
628 CServer* CServerList::GetServerByIPTCP(uint32 nIP, uint16 nPort) const
632 if (s->GetIP() == nIP && s->GetPort() == nPort)
639 CServer* CServerList::GetServerByIPUDP(uint32 nIP, uint16 nUDPPort, bool bObfuscationPorts) const
643 if (s->GetIP() == nIP
/dports/audio/mumble/mumble-1.3.3/3rdparty/minhook-src/src/
H A Dtrampoline.c117 ct->nIP = 0; in CreateTrampolineFunction()
272 if (ct->nIP >= ARRAYSIZE(ct->oldIPs)) in CreateTrampolineFunction()
275 ct->oldIPs[ct->nIP] = oldPos; in CreateTrampolineFunction()
276 ct->newIPs[ct->nIP] = newPos; in CreateTrampolineFunction()
277 ct->nIP++; in CreateTrampolineFunction()
H A Dhook.c72 UINT nIP : 4; // Count of the instruction boundaries. member
170 for (i = 0; i < pHook->nIP; ++i) in FindOldIP()
189 for (i = 0; i < pHook->nIP; ++i) in FindNewIP()
571 pHook->nIP = ct.nIP; in MH_CreateHook()
H A Dtrampoline.h100 UINT nIP; // [Out] Number of the instruction boundaries. member
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/include/steam/
H A Dsteamnetworkingtypes.h195 …void SetIPv4( uint32 nIP, uint16 nPort ); // Sets to IPv4 mapped address. IP and port are in host…
1676nIP, uint16 nPort ) { m_ipv4.m_8zeros = 0; m_ipv4.m_0000 = 0; m_ipv4.m_ffff = 0xffff; m_ipv4.m_ip[… in SetIPv4() argument
H A Dsteamnetworkingsockets_flat.h102 …id SteamAPI_SteamNetworkingIPAddr_SetIPv4( SteamNetworkingIPAddr* self, uint32 nIP, uint16 nPort );
137 …agramHostedAddress_SetDevAddress( SteamDatagramHostedAddress* self, uint32 nIP, uint16 nPort, Stea…
/dports/security/vault/vault-1.8.2/vendor/github.com/Sectorbob/mlab-ns2/gae/ns/rtt/
H A Dutil.go75 oIP, nIP := net.IP(oldCG.Prefix), net.IP(newCG.Prefix)
76 if !oIP.Equal(nIP) {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/k-sone/critbitgo/
H A Dnet.go289 func netValidateIP(ip net.IP) (nIP net.IP, isV4 bool, err error) {
291 nIP = v4
294 nIP = ip
301 func netValidateIPNet(r *net.IPNet) (nIP net.IP, isV4 bool, err error) {
/dports/games/redeclipse/base-2.0.0/src/steam/
H A Disteamnetworking.h201 …virtual SNetListenSocket_t CreateListenSocket( int nVirtualP2PPort, uint32 nIP, uint16 nPort, bool…
208 virtual SNetSocket_t CreateConnectionSocket( uint32 nIP, uint16 nPort, int nTimeoutSec ) = 0;
H A Disteammatchmaking.h74 …virtual int AddFavoriteGame( AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, uint…
77 …virtual bool RemoveFavoriteGame( AppId_t nAppID, uint32 nIP, uint16 nConnPort, uint16 nQueryPort, …
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_flat.cpp329 …oid SteamAPI_SteamNetworkingIPAddr_SetIPv4( SteamNetworkingIPAddr* self, uint32 nIP, uint16 nPort ) in SteamAPI_SteamNetworkingIPAddr_SetIPv4() argument
331 self->SetIPv4( nIP,nPort ); in SteamAPI_SteamNetworkingIPAddr_SetIPv4()
453 …agramHostedAddress_SetDevAddress( SteamDatagramHostedAddress* self, uint32 nIP, uint16 nPort, Stea… in SteamAPI_SteamDatagramHostedAddress_SetDevAddress() argument
455 self->SetDevAddress( nIP,nPort,popid ); in SteamAPI_SteamDatagramHostedAddress_SetDevAddress()
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Dthreads.cpp439 unsigned long nIP; in ProcessRunningEvent_Client_tep() local
443 nIP = bSendIntIp ? o->IntIp() : o->Ip(); in ProcessRunningEvent_Client_tep()
450 … int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, nLocalPort, nRemotePort); in ProcessRunningEvent_Client_tep()
491 int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, in ProcessRunningEvent_Client_tep()
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Dthreads.cpp439 unsigned long nIP; in ProcessRunningEvent_Client_tep() local
443 nIP = bSendIntIp ? o->IntIp() : o->Ip(); in ProcessRunningEvent_Client_tep()
450 … int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, nLocalPort, nRemotePort); in ProcessRunningEvent_Client_tep()
491 int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, in ProcessRunningEvent_Client_tep()
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Dthreads.cpp439 unsigned long nIP; in ProcessRunningEvent_Client_tep() local
443 nIP = bSendIntIp ? o->IntIp() : o->Ip(); in ProcessRunningEvent_Client_tep()
450 … int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, nLocalPort, nRemotePort); in ProcessRunningEvent_Client_tep()
491 int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, in ProcessRunningEvent_Client_tep()
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Dthreads.cpp439 unsigned long nIP; in ProcessRunningEvent_Client_tep() local
443 nIP = bSendIntIp ? o->IntIp() : o->Ip(); in ProcessRunningEvent_Client_tep()
450 … int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, nLocalPort, nRemotePort); in ProcessRunningEvent_Client_tep()
491 int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, in ProcessRunningEvent_Client_tep()
/dports/net-im/licq/licq-f271d55/icq/src/
H A Dthreads.cpp439 unsigned long nIP; in ProcessRunningEvent_Client_tep() local
443 nIP = bSendIntIp ? o->IntIp() : o->Ip(); in ProcessRunningEvent_Client_tep()
450 … int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, nLocalPort, nRemotePort); in ProcessRunningEvent_Client_tep()
491 int nId = gIcqProtocol.requestReverseConnection(userId, channel, nIP, in ProcessRunningEvent_Client_tep()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c90 int nLJ, nBU, nQ, nIP; member
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c89 int nLJ, nBU, nQ, nIP; member
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c90 int nLJ, nBU, nQ, nIP; member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c90 int nLJ, nBU, nQ, nIP; member

1234