Home
last modified time | relevance | path

Searched refs:port_allocator_flags (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.cc2113 int port_allocator_flags = port_allocator_->flags(); in InitializePortAllocator_n() local
2114 port_allocator_flags |= cricket::PORTALLOCATOR_ENABLE_SHARED_SOCKET | in InitializePortAllocator_n()
2118 port_allocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6); in InitializePortAllocator_n()
2121 port_allocator_flags &= ~(cricket::PORTALLOCATOR_ENABLE_IPV6_ON_WIFI); in InitializePortAllocator_n()
2126 port_allocator_flags |= cricket::PORTALLOCATOR_DISABLE_TCP; in InitializePortAllocator_n()
2132 port_allocator_flags |= cricket::PORTALLOCATOR_DISABLE_COSTLY_NETWORKS; in InitializePortAllocator_n()
2137 port_allocator_flags |= cricket::PORTALLOCATOR_DISABLE_LINK_LOCAL_NETWORKS; in InitializePortAllocator_n()
2141 port_allocator_->set_flags(port_allocator_flags); in InitializePortAllocator_n()
2161 res.enable_ipv6 = port_allocator_flags & cricket::PORTALLOCATOR_ENABLE_IPV6; in InitializePortAllocator_n()
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h394 uint32_t port_allocator_flags() { return port_allocator_config.flags; } in port_allocator_flags() function