Home
last modified time | relevance | path

Searched refs:ip_address_attributes (Results 1 – 21 of 21) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dnetwork_interfaces.cc30 int ip_address_attributes) in NetworkInterface() argument
37 ip_address_attributes(ip_address_attributes) {} in NetworkInterface()
H A Dnetwork_interfaces.h61 int ip_address_attributes);
71 int ip_address_attributes; // Combination of |IPAddressAttributes|. member
H A Dnetwork_interfaces_win.cc178 int ip_address_attributes = IP_ADDRESS_ATTRIBUTE_NONE; in GetNetworkListImpl() local
182 ip_address_attributes |= IP_ADDRESS_ATTRIBUTE_TEMPORARY; in GetNetworkListImpl()
185 ip_address_attributes |= IP_ADDRESS_ATTRIBUTE_DEPRECATED; in GetNetworkListImpl()
192 prefix_length, ip_address_attributes)); in GetNetworkListImpl()
H A Dnetwork_interfaces_win_unittest.cc133 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_NONE); in TEST()
169 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_TEMPORARY); in TEST()
186 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_DEPRECATED); in TEST()
H A Dnetwork_interfaces_getifaddrs_unittest.cc160 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_TEMPORARY); in TEST()
175 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_DEPRECATED); in TEST()
H A Dnetwork_interfaces_linux_unittest.cc126 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_TEMPORARY); in TEST()
141 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_DEPRECATED); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dnetwork_interfaces.cc31 int ip_address_attributes) in NetworkInterface() argument
38 ip_address_attributes(ip_address_attributes) {} in NetworkInterface()
H A Dnetwork_interfaces.h60 int ip_address_attributes);
70 int ip_address_attributes; // Combination of |IPAddressAttributes|. member
H A Dnetwork_interfaces_win.cc178 int ip_address_attributes = IP_ADDRESS_ATTRIBUTE_NONE; in GetNetworkListImpl() local
182 ip_address_attributes |= IP_ADDRESS_ATTRIBUTE_TEMPORARY; in GetNetworkListImpl()
185 ip_address_attributes |= IP_ADDRESS_ATTRIBUTE_DEPRECATED; in GetNetworkListImpl()
192 prefix_length, ip_address_attributes)); in GetNetworkListImpl()
H A Dnetwork_interfaces_win_unittest.cc134 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_NONE); in TEST()
170 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_TEMPORARY); in TEST()
187 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_DEPRECATED); in TEST()
H A Dnetwork_interfaces_getifaddrs_unittest.cc160 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_TEMPORARY); in TEST()
175 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_DEPRECATED); in TEST()
H A Dnetwork_interfaces_linux_unittest.cc126 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_TEMPORARY); in TEST()
141 EXPECT_EQ(results[0].ip_address_attributes, IP_ADDRESS_ATTRIBUTE_DEPRECATED); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/
H A Dnetwork_interface_mojom_traits.h42 static int64_t ip_address_attributes(const net::NetworkInterface& network) { in COMPONENT_EXPORT()
43 return network.ip_address_attributes; in COMPONENT_EXPORT()
H A Dnetwork_interface_mojom_traits.cc25 out->ip_address_attributes = data.ip_address_attributes(); in Read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dnetwork_interface_mojom_traits.h42 static int64_t ip_address_attributes(const net::NetworkInterface& network) { in COMPONENT_EXPORT()
43 return network.ip_address_attributes; in COMPONENT_EXPORT()
H A Dnetwork_interface_mojom_traits.cc25 out->ip_address_attributes = data.ip_address_attributes(); in Read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/sharing/webrtc/
H A Dipc_network_manager.cc122 iface_addr = rtc::InterfaceAddress(ip_address, it->ip_address_attributes); in NetworkListChanged()
127 (it->ip_address_attributes & net::IP_ADDRESS_ATTRIBUTE_DEPRECATED) || in NetworkListChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/p2p/
H A Dipc_network_manager.cc123 iface_addr = rtc::InterfaceAddress(ip_address, it->ip_address_attributes); in OnNetworkListChanged()
128 (it->ip_address_attributes & net::IP_ADDRESS_ATTRIBUTE_DEPRECATED) || in OnNetworkListChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/p2p/
H A Dipc_network_manager.cc122 iface_addr = rtc::InterfaceAddress(ip_address, it->ip_address_attributes); in OnNetworkListChanged()
127 (it->ip_address_attributes & net::IP_ADDRESS_ATTRIBUTE_DEPRECATED) || in OnNetworkListChanged()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/mojom/
H A Dnetwork_interface.mojom17 int32 ip_address_attributes;
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/mojom/
H A Dnetwork_interface.mojom17 int32 ip_address_attributes;