Home
last modified time | relevance | path

Searched refs:GetNatType (Results 1 – 25 of 38) sorted by relevance

12

/dports/net/h323plus/h323plus-1_27_2/include/h460/
H A Dh460_std23.h122 virtual NatTypes GetNatType(bool force) { return PSTUNClient::GetNatType(force); } in GetNatType() function
123 virtual NatTypes GetNatType(const PTimeInterval &) { return UnknownNat; } in GetNatType() function
H A Dupnpcp.h166 virtual NatTypes GetNatType(bool) { return UnknownNat; } in GetNatType() function
167 virtual NatTypes GetNatType(const PTimeInterval &) { return UnknownNat; } in GetNatType() function
H A Dh460_std26.h272 virtual NatTypes GetNatType(bool) { return UnknownNat; } in GetNatType() function
273 virtual NatTypes GetNatType(const PTimeInterval &) { return UnknownNat; } in GetNatType() function
H A Dh46018_h225.h385 virtual NatTypes GetNatType(bool) { return UnknownNat; } in GetNatType() function
386 virtual NatTypes GetNatType(const PTimeInterval &) { return UnknownNat; } in GetNatType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/peerconnection/
H A Dstun_field_trial.cc46 NatType GetNatType(stunprober::NatType nat_type) { in GetNatType() function
108 nat_type = GetNatType(stats.nat_type); in SaveHistogramData()
110 NatType type = GetNatType(stats.nat_type); in SaveHistogramData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/
H A Dstun_field_trial.cc46 NatType GetNatType(stunprober::NatType nat_type) { in GetNatType() function
108 nat_type = GetNatType(stats.nat_type); in SaveHistogramData()
110 NatType type = GetNatType(stats.nat_type); in SaveHistogramData()
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dpstun.cxx481 PSTUNClient::NatTypes PSTUNClient::GetNatType(PBoolean force) in GetNatType() function in PSTUNClient
641 switch (GetNatType(force)) { in GetRTPSupport()
724 switch (GetNatType(PFalse)) { in CreateSocket()
772 if (GetNatType(PFalse) != SymmetricNat) in CreateSocket()
798 switch (GetNatType(PFalse)) { in CreateSocketPair()
861 if (GetNatType(PFalse) != SymmetricNat) in CreateSocketPair()
892 switch (GetNatType(PFalse)) { in IsAvailable()
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dpstun.h153 NatTypes GetNatType(
162 ) { return GetNatTypeString(GetNatType(force)); }
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dgnugknat.h270 virtual NatTypes GetNatType(bool) { return UnknownNat; } in GetNatType() function
271 virtual NatTypes GetNatType(const PTimeInterval &) { return UnknownNat; } in GetNatType() function
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/networking/
H A Diserver.cpp96 if ( battle->GetNatType() == Enum::NAT_Hole_punching in TimerUpdate()
97 || battle->GetNatType() == Enum::NAT_Fixed_source_ports ) in TimerUpdate()
169 if ( battle->GetNatType() == Enum::NAT_Hole_punching in JoinBattle()
170 || battle->GetNatType() == Enum::NAT_Fixed_source_ports ) in JoinBattle()
205 if ( m_impl->m_current_battle->GetNatType() == Enum::NAT_Hole_punching in StartHostedBattle()
206 || m_impl->m_current_battle->GetNatType() == Enum::NAT_Fixed_source_ports ) in StartHostedBattle()
397 if ( m_impl->m_current_battle->GetNatType() == Enum::NAT_Fixed_source_ports ) in UdpPingAllClients()
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh460_std23.cxx167 testtype = GetNatType(true); in NATTest()
174 PSTUNClient::NatTypes test2 = GetNatType(true); in NATTest()
855 switch (meth.GetNatType(false)) {
/dports/games/springlobby/springlobby-0.180/src/
H A Dtasserver.cpp544 …if ( ( battle->GetNatType() == NAT_Hole_punching || ( battle->GetNatType() == NAT_Fixed_source_por… in Update()
1519 …if ( ( battle->GetNatType() == NAT_Hole_punching ) || ( battle->GetNatType() == NAT_Fixed_source_p… in JoinBattle()
1886 …if ( ( battle->GetNatType() == NAT_Hole_punching ) || ( battle->GetNatType() == NAT_Fixed_source_p… in StartHostedBattle()
2432 if ( battle->GetNatType() == NAT_Fixed_source_ports ) in UdpPingAllClients()
H A Dspring.cpp235 …if ( battle.GetNatType() == NAT_Hole_punching ) tdf.Append( _T("HostPort"), battle.GetMyInternalUd… in WriteScriptTxt()
241 if ( battle.GetNatType() == NAT_Hole_punching ) in WriteScriptTxt()
H A Dserverevents.cpp845 …if ( m_serv.GetCurrentBattle()->GetNatType() == NAT_Hole_punching || m_serv.GetCurrentBattle()->Ge… in OnHostExternalUdpPort()
884 if (m_serv.GetCurrentBattle()->GetNatType() != NAT_None && (udpport==0)) in OnClientIPPort()
H A Dibattle.h329 virtual NatType GetNatType() const { return m_opts.nattype; } in GetNatType() function
H A Dui.cpp970 if ( battle.GetNatType() != NAT_None ) { in OnJoinedBattle()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/spring/
H A Dspring.cpp250 if ( battle->GetNatType() == Enum::NAT_Hole_punching ) in WriteScriptTxt()
258 if ( battle->GetNatType() == Enum::NAT_Hole_punching ) in WriteScriptTxt()
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPStunClient.sip144 NatTypes GetNatType(
149 As for GetNatType() but returns an English string for the type.
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/battle/
H A Dibattle.h253 virtual Enum::NatType GetNatType() const { return m_opts.nattype; } in GetNatType() function
/dports/net/opal/opal-3.10.10/samples/testpresent/
H A Dmain.cxx224 if ((stun != NULL) && (stun->GetNatType() != PSTUNClient::OpenNat)) in Main()
/dports/net/opal/opal-3.10.10/src/opal/
H A Dmanager.cxx1504 stun->GetNatType() != PSTUNClient::BlockedNat && in TranslateIPAddress()
1566 PSTUNClient::NatTypes type = stun->GetNatType(); in SetSTUNServer()
H A Dopal_c.cxx1155 if (GetSTUNClient()->GetNatType() == PSTUNClient::BlockedNat) in HandleSetGeneral()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323ep.cxx3712 STUNNatType((int)stun->GetNatType());
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/msos/
H A Dptlib_2005_wm6.dtf14056 ?GetNatType@PSTUNClient@@QAA?AW4NatTypes@1@_N@Z @26178 NONAME
H A Dptlib_2005_wm.dtf13557 ?GetNatType@PSTUNClient@@QAA?AW4NatTypes@1@_N@Z @26181 NONAME

12