LeviLamina
Loading...
Searching...
No Matches
rtc::BasicNetworkManager Class Reference
+ Inheritance diagram for rtc::BasicNetworkManager:

Public Types

enum class  EnumerationPermission : int { Allowed = 0 , Blocked = 1 }
 

Public Member Functions

BasicNetworkManageroperator= (BasicNetworkManager const &)
 
 BasicNetworkManager (BasicNetworkManager const &)
 
virtual void StartUpdating ()
 
virtual void StopUpdating ()
 
virtual void DumpNetworks ()
 
virtual void set_vpn_list (::std::vector<::rtc::NetworkMask > const &vpn)
 
virtual::rtc::NetworkBindingResult BindSocketToNetwork (int socket_fd, ::rtc::IPAddress const &address)
 
MCAPI BasicNetworkManager (::rtc::NetworkMonitorFactory *network_monitor_factory, ::rtc::SocketFactory *socket_factory, ::webrtc::FieldTrialsView const *field_trials_view)
 
MCAPI bool CreateNetworks (bool include_ignored, ::std::vector<::std::unique_ptr<::rtc::Network > > *networks) const
 
MCAPI bool IsConfiguredVpn (::rtc::IPAddress prefix, int prefix_length) const
 
MCAPI bool IsIgnoredNetwork (::rtc::Network const &network) const
 
MCAPI void OnNetworksChanged ()
 
MCAPI::rtc::IPAddress QueryDefaultLocalAddress (int family) const
 
MCAPI void StartNetworkMonitor ()
 
MCAPI void StopNetworkMonitor ()
 
MCAPI void UpdateNetworksContinually ()
 
MCAPI void UpdateNetworksOnce ()
 
MCAPI void * $ctor (::rtc::NetworkMonitorFactory *network_monitor_factory, ::rtc::SocketFactory *socket_factory, ::webrtc::FieldTrialsView const *field_trials_view)
 
MCAPI void $dtor ()
 
MCAPI void $StartUpdating ()
 
MCAPI void $StopUpdating ()
 
MCAPI void $DumpNetworks ()
 
MCAPI void $set_vpn_list (::std::vector<::rtc::NetworkMask > const &vpn)
 
MCAPI::rtc::NetworkBindingResult $BindSocketToNetwork (int socket_fd, ::rtc::IPAddress const &address)
 
virtual ::std::vector<::rtc::Network const * > GetNetworks () const
 
virtual ::std::vector<::rtc::Network const * > GetAnyAddressNetworks ()
 
virtual::rtc::NetworkManager::EnumerationPermission enumeration_permission () const
 
virtual bool GetDefaultLocalAddress (int family, ::rtc::IPAddress *ipaddr) const
 
MCAPI ::std::unique_ptr<::rtc::NetworkCreateNetwork (::std::string_view name, ::std::string_view description, ::rtc::IPAddress const &prefix, int prefix_length, ::rtc::AdapterType type) const
 
MCAPI::rtc::Network * GetNetworkFromAddress (::rtc::IPAddress const &ip) const
 
MCAPI void MergeNetworkList (::std::vector<::std::unique_ptr<::rtc::Network > > new_networks, bool *changed, ::rtc::NetworkManager::Stats *stats)
 
MCAPI void set_default_local_addresses (::rtc::IPAddress const &ipv4, ::rtc::IPAddress const &ipv6)
 
MCAPI void * $ctor (::webrtc::FieldTrialsView const *field_trials)
 
MCAPI ::std::vector<::rtc::Network const * > $GetNetworks () const
 
MCAPI ::std::vector<::rtc::Network const * > $GetAnyAddressNetworks ()
 
MCAPI::rtc::NetworkManager::EnumerationPermission $enumeration_permission () const
 
MCAPI bool $GetDefaultLocalAddress (int family, ::rtc::IPAddress *ipaddr) const
 
virtual void Initialize ()
 
virtual::webrtc::MdnsResponderInterface * GetMdnsResponder () const
 
MCAPI void $Initialize ()
 
MCAPI::webrtc::MdnsResponderInterface * $GetMdnsResponder () const
 

Static Public Member Functions

static MCAPI void ** $vftableForMdnsResponderProvider ()
 
static MCAPI void ** $vftableForNetworkBinderInterface ()
 
static MCAPI void ** $vftableForDefaultLocalAddressProvider ()
 
static MCAPI void ** $vftableForHasSlots ()
 
static MCAPI bool IsVpnMacAddress (::rtc::ArrayView< uchar const > address)
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnkd41830
 
::ll::UntypedStorage< 1, 1 > mUnk449975
 
::ll::UntypedStorage< 4, 4 > mUnk568f24
 
::ll::UntypedStorage< 8, 16 > mUnk24ab87
 
::ll::UntypedStorage< 8, 24 > mUnk7b0d29
 
::ll::UntypedStorage< 8, 8 > mUnk58bcb8
 
::ll::UntypedStorage< 8, 8 > mUnkec27fb
 
::ll::UntypedStorage< 8, 8 > mUnk4ff08d
 
::ll::UntypedStorage< 1, 1 > mUnk45de38
 
::ll::UntypedStorage< 1, 1 > mUnk631047
 
::ll::UntypedStorage< 8, 24 > mUnk31878a
 
::ll::UntypedStorage< 8, 8 > mUnkf2a3b0
 
::ll::UntypedStorage< 8, 16 > mUnk1113ec
 
::ll::UntypedStorage< 4, 4 > mUnkc8d6d3
 
::ll::UntypedStorage< 8, 24 > mUnk4ecfbb
 
::ll::UntypedStorage< 8, 16 > mUnk9f3f62
 
::ll::UntypedStorage< 8, 8 > mUnk75fc0f
 
::ll::UntypedStorage< 8, 8 > mUnkadefe5
 
::ll::UntypedStorage< 4, 32 > mUnkf0d315
 
::ll::UntypedStorage< 4, 32 > mUnk62a6c8
 
::ll::UntypedStorage< 2, 2 > mUnk24dd54
 
::ll::UntypedStorage< 1, 1 > mUnk5dfda4
 
::ll::UntypedStorage< 8, 48 > mUnk32ebb5
 
::ll::UntypedStorage< 8, 48 > mUnk779b28
 

Constructor & Destructor Documentation

◆ BasicNetworkManager()

MCAPI rtc::BasicNetworkManager::BasicNetworkManager ( ::rtc::NetworkMonitorFactory * network_monitor_factory,
::rtc::SocketFactory * socket_factory,
::webrtc::FieldTrialsView const * field_trials_view )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ StartUpdating()

virtual void rtc::BasicNetworkManager::StartUpdating ( )
virtual

Implements rtc::NetworkManager.

◆ StopUpdating()

virtual void rtc::BasicNetworkManager::StopUpdating ( )
virtual

Implements rtc::NetworkManager.

◆ DumpNetworks()

virtual void rtc::BasicNetworkManager::DumpNetworks ( )
virtual

Reimplemented from rtc::NetworkManager.

◆ set_vpn_list()

virtual void rtc::BasicNetworkManager::set_vpn_list ( ::std::vector<::rtc::NetworkMask > const & vpn)
virtual

Reimplemented from rtc::NetworkManager.

◆ BindSocketToNetwork()

virtual::rtc::NetworkBindingResult rtc::BasicNetworkManager::BindSocketToNetwork ( int socket_fd,
::rtc::IPAddress const & address )
virtual

◆ CreateNetworks()

MCAPI bool rtc::BasicNetworkManager::CreateNetworks ( bool include_ignored,
::std::vector<::std::unique_ptr<::rtc::Network > > * networks ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsConfiguredVpn()

MCAPI bool rtc::BasicNetworkManager::IsConfiguredVpn ( ::rtc::IPAddress prefix,
int prefix_length ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsIgnoredNetwork()

MCAPI bool rtc::BasicNetworkManager::IsIgnoredNetwork ( ::rtc::Network const & network) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnNetworksChanged()

MCAPI void rtc::BasicNetworkManager::OnNetworksChanged ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ QueryDefaultLocalAddress()

MCAPI::rtc::IPAddress rtc::BasicNetworkManager::QueryDefaultLocalAddress ( int family) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ StartNetworkMonitor()

MCAPI void rtc::BasicNetworkManager::StartNetworkMonitor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ StopNetworkMonitor()

MCAPI void rtc::BasicNetworkManager::StopNetworkMonitor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ UpdateNetworksContinually()

MCAPI void rtc::BasicNetworkManager::UpdateNetworksContinually ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ UpdateNetworksOnce()

MCAPI void rtc::BasicNetworkManager::UpdateNetworksOnce ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [1/2]

MCAPI void * rtc::BasicNetworkManager::$ctor ( ::rtc::NetworkMonitorFactory * network_monitor_factory,
::rtc::SocketFactory * socket_factory,
::webrtc::FieldTrialsView const * field_trials_view )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void rtc::BasicNetworkManager::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $StartUpdating()

MCAPI void rtc::BasicNetworkManager::$StartUpdating ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $StopUpdating()

MCAPI void rtc::BasicNetworkManager::$StopUpdating ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $DumpNetworks()

MCAPI void rtc::BasicNetworkManager::$DumpNetworks ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $set_vpn_list()

MCAPI void rtc::BasicNetworkManager::$set_vpn_list ( ::std::vector<::rtc::NetworkMask > const & vpn)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $BindSocketToNetwork()

MCAPI::rtc::NetworkBindingResult rtc::BasicNetworkManager::$BindSocketToNetwork ( int socket_fd,
::rtc::IPAddress const & address )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForMdnsResponderProvider()

static MCAPI void ** rtc::BasicNetworkManager::$vftableForMdnsResponderProvider ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForNetworkBinderInterface()

static MCAPI void ** rtc::BasicNetworkManager::$vftableForNetworkBinderInterface ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForDefaultLocalAddressProvider()

static MCAPI void ** rtc::BasicNetworkManager::$vftableForDefaultLocalAddressProvider ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForHasSlots()

static MCAPI void ** rtc::BasicNetworkManager::$vftableForHasSlots ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetNetworks()

virtual ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::GetNetworks ( ) const
virtualinherited

Implements rtc::NetworkManager.

◆ GetAnyAddressNetworks()

virtual ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::GetAnyAddressNetworks ( )
virtualinherited

Implements rtc::NetworkManager.

◆ GetDefaultLocalAddress()

virtual bool rtc::NetworkManagerBase::GetDefaultLocalAddress ( int family,
::rtc::IPAddress * ipaddr ) const
virtualinherited

Reimplemented from rtc::NetworkManager.

◆ CreateNetwork()

MCAPI ::std::unique_ptr<::rtc::Network > rtc::NetworkManagerBase::CreateNetwork ( ::std::string_view name,
::std::string_view description,
::rtc::IPAddress const & prefix,
int prefix_length,
::rtc::AdapterType type ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetNetworkFromAddress()

MCAPI::rtc::Network * rtc::NetworkManagerBase::GetNetworkFromAddress ( ::rtc::IPAddress const & ip) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ MergeNetworkList()

MCAPI void rtc::NetworkManagerBase::MergeNetworkList ( ::std::vector<::std::unique_ptr<::rtc::Network > > new_networks,
bool * changed,
::rtc::NetworkManager::Stats * stats )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ set_default_local_addresses()

MCAPI void rtc::NetworkManagerBase::set_default_local_addresses ( ::rtc::IPAddress const & ipv4,
::rtc::IPAddress const & ipv6 )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsVpnMacAddress()

static MCAPI bool rtc::NetworkManagerBase::IsVpnMacAddress ( ::rtc::ArrayView< uchar const > address)
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [2/2]

MCAPI void * rtc::NetworkManagerBase::$ctor ( ::webrtc::FieldTrialsView const * field_trials)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $GetNetworks()

MCAPI ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::$GetNetworks ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $GetAnyAddressNetworks()

MCAPI ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::$GetAnyAddressNetworks ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $enumeration_permission()

MCAPI::rtc::NetworkManager::EnumerationPermission rtc::NetworkManagerBase::$enumeration_permission ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $GetDefaultLocalAddress()

MCAPI bool rtc::NetworkManagerBase::$GetDefaultLocalAddress ( int family,
::rtc::IPAddress * ipaddr ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetMdnsResponder()

virtual::webrtc::MdnsResponderInterface * rtc::NetworkManager::GetMdnsResponder ( ) const
virtualinherited

◆ $Initialize()

MCAPI void rtc::NetworkManager::$Initialize ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $GetMdnsResponder()

MCAPI::webrtc::MdnsResponderInterface * rtc::NetworkManager::$GetMdnsResponder ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** rtc::NetworkBinderInterface::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: