Searched refs:network (Results 51 - 75 of 317) sorted by relevance

1234567891011>>

/external/ipsec-tools/src/racoon/
H A Disakmp_unity.c210 struct unity_network *network = (struct unity_network *)(attr + 1); local
223 &network[index],
237 &network[index],
269 struct unity_network * network; local
286 network = (struct unity_network *)(new + 1);
289 memcpy(&network[index],
290 &netentry->network,
293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
303 int splitnet_list_add(list, network, coun
[all...]
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_notification_controller.cc25 #include "chromeos/network/network_state.h"
134 const NetworkState* network,
139 if (!network ||
150 // Don't do anything if notification for |network| already was
152 if (network->path() == last_network_path_)
154 last_network_path_ = network->path();
167 base::UTF8ToUTF16(network->name())),
178 ->NotifyOnCaptivePortalDetected(network->path());
133 OnPortalDetectionCompleted( const NetworkState* network, const NetworkPortalDetector::CaptivePortalState& state) argument
H A Donc_utils.h59 // Returns the global network configuration section of the active user's network
64 // setting from the global network configuration (see
68 // Returns the effective (user or device) policy for network |network|. Both
74 const NetworkState& network,
77 // Convenience function to check only whether a policy for a network exists.
80 const NetworkState& network);
H A Dnetwork_portal_notification_controller.h11 #include "chromeos/network/portal_detector/network_portal_detector.h"
41 const NetworkState* network,
45 // Last network path for which notification was displayed.
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.h18 #include "chromeos/network/network_handler_callbacks.h"
19 #include "chromeos/network/network_state_handler_observer.h"
65 // connect to the network.
66 // b. Enable auto-connect on the modem so it will connect to the network
69 // comes back, it will auto-connect to the network.
75 // a. Ensure there's a network connection.
92 // Reconnecting to network. Used for networks activated over cellular
95 // Passively waiting for a network connection. Used for networks activated
96 // over non-cellular network.
119 // Signals activation |state| change for given |network|
[all...]
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc9 #include "chromeos/network/network_configuration_handler.h"
10 #include "chromeos/network/network_connection_handler.h"
11 #include "chromeos/network/network_handler.h"
12 #include "chromeos/network/network_profile_handler.h"
13 #include "chromeos/network/network_state.h"
14 #include "chromeos/network/network_state_handler.h"
15 #include "chromeos/network/network_state_handler_observer.h"
16 #include "chromeos/network/network_type_pattern.h"
19 #include "ui/chromeos/network/network_icon.h"
20 #include "ui/chromeos/network/network_inf
56 PasswordView(const ui::NetworkInfo& network, const base::Callback<void(bool)>& callback, views::View* parent_container) argument
202 NetworkRow(const ui::NetworkInfo& network, views::View* container) argument
212 Update(const ui::NetworkInfo& network) argument
238 const NetworkState* network = local
275 const chromeos::NetworkState* network = local
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_app_launch_splash.css43 #splash-config-network-container {
50 #splash-config-network-container.faded {
54 #splash-config-network {
62 #splash-config-network:hover {
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_chromeos.cc19 #include "chromeos/network/network_handler.h"
20 #include "chromeos/network/network_state.h"
21 #include "chromeos/network/network_state_handler.h"
37 // It's allowed in device policy to use current network for update.
39 // It's disallowed in device policy to use current network for update.
47 NetworkStatus GetNetworkStatus(const chromeos::NetworkState* network) { argument
48 if (!network || !network->IsConnectedState()) // Offline state.
53 if (network->type() == shill::kTypeBluetooth)
55 if (network
86 const chromeos::NetworkState* network = local
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php10 to continue using this network.</p>
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_detailed_view.h9 #include "chromeos/network/network_state_handler.h"
32 // Called when network manager state has changed.
36 // Called when the contents of the network list have changed.
40 // Called when a network service property has changed.
42 virtual void NetworkServiceChanged(const chromeos::NetworkState* network) = 0;
H A Dnetwork_state_notifier.h16 #include "chromeos/network/network_state_handler_observer.h"
34 // Cellular network is out of credits.
43 const chromeos::NetworkState* network) OVERRIDE;
45 const chromeos::NetworkState* network) OVERRIDE;
50 // value for the network or a Shill property if available.
69 // Returns true if the default network changed.
70 bool UpdateDefaultNetwork(const chromeos::NetworkState* network);
H A Dnetwork_state_notifier.cc5 #include "ash/system/chromeos/network/network_state_notifier.h"
8 #include "ash/system/chromeos/network/network_connect.h"
14 #include "chromeos/network/network_configuration_handler.h"
15 #include "chromeos/network/network_connection_handler.h"
16 #include "chromeos/network/network_event_log.h"
17 #include "chromeos/network/network_state.h"
18 #include "chromeos/network/network_state_handler.h"
19 #include "chromeos/network/shill_property_util.h"
109 void NetworkStateNotifier::DefaultNetworkChanged(const NetworkState* network) { argument
110 if (!UpdateDefaultNetwork(network))
119 NetworkPropertiesUpdated( const NetworkState* network) argument
127 UpdateDefaultNetwork(const NetworkState* network) argument
267 const NetworkState* network = local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dproxy_settings_dialog.cc13 #include "chromeos/network/network_state.h"
14 #include "chromeos/network/network_type_pattern.h"
32 const char* kProxySettingsURLParam = "?network=%s";
57 const NetworkState& network,
64 GetURLForProxySettings(network.path()),
77 std::string network_name = network.name();
78 if (network_name.empty() && network.Matches(NetworkTypePattern::Ethernet())) {
55 ProxySettingsDialog( content::BrowserContext* browser_context, const NetworkState& network, LoginWebDialog::Delegate* delegate, gfx::NativeWindow window) argument
H A Dproxy_settings_dialog.h26 const NetworkState& network,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
H A Dvie_file_based_comparison_tests.h55 const NetworkParameters& network,
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_interfaces.h43 webrtc::ViENetwork* network; member in class:TbInterfaces
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkResponseCache.java40 * with the headers from {@code network}. The cached response body is not
44 void update(Response cached, Response network) throws IOException; argument
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.h30 // Gets the image for the network associated with |service_path|. |network| must
32 // show the VPN badge. This caches badged icons per network per |icon_type|.
34 const chromeos::NetworkState* network,
40 const chromeos::NetworkState* network,
44 // Gets the fulls strength image for a connected network type.
49 // Gets the image for a connecting network type.
54 // Gets the image for a disconnected network type.
59 // Returns the label for |network| based on |icon_type|. |network| ca
[all...]
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc26 #include "chromeos/network/network_state.h"
27 #include "chromeos/network/network_state_handler.h"
87 bool NetworkConfigView::InitWithNetworkState(const NetworkState* network) { argument
88 DCHECK(network);
89 std::string service_path = network->path();
90 if (network->type() == shill::kTypeWifi ||
91 network->type() == shill::kTypeEthernet) {
93 } else if (network->type() == shill::kTypeWimax) {
95 } else if (network->type() == shill::kTypeVPN) {
127 const NetworkState* network local
[all...]
H A Dwifi_config_view.cc7 #include "ash/system/chromeos/network/network_connect.h"
19 #include "chromeos/network/client_cert_util.h"
20 #include "chromeos/network/network_configuration_handler.h"
21 #include "chromeos/network/network_event_log.h"
22 #include "chromeos/network/network_handler.h"
23 #include "chromeos/network/network_state.h"
24 #include "chromeos/network/network_state_handler.h"
25 #include "chromeos/network/network_ui_data.h"
26 #include "chromeos/network/shill_property_util.h"
384 const NetworkState* network local
589 const NetworkState* network = GetNetworkState(); local
657 const NetworkState* network = GetNetworkState(); local
896 const NetworkState* network = GetNetworkState(); local
1345 const NetworkState* network = GetNetworkState(); local
1349 NetworkPropertiesUpdated(const NetworkState* network) argument
1363 ParseUIProperty(NetworkPropertyUIData* property_ui_data, const NetworkState* network, const std::string& key) argument
1376 ParseEAPUIProperty(NetworkPropertyUIData* property_ui_data, const NetworkState* network, const std::string& key) argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork.cc15 #include "webrtc/base/network.h"
169 // First, build a set of network-keys to the ipaddresses.
194 // Next, look for existing network objects to re-use.
203 // This network is new. Place it in the network map.
211 // This network exists in the map already. Reset its IP addresses.
221 // If the network lists changes, we resort it.
224 // Now network interfaces are sorted, we should set the preference value
226 // Preference order of network interfaces might have changed from previous
227 // sorting due to addition of higher preference network interfac
427 scoped_ptr<Network> network; local
612 const Network* network = list[i]; local
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc13 #include "ash/system/chromeos/network/network_connect.h"
35 #include "chromeos/network/device_state.h"
36 #include "chromeos/network/managed_network_configuration_handler.h"
37 #include "chromeos/network/network_configuration_handler.h"
38 #include "chromeos/network/network_connection_handler.h"
39 #include "chromeos/network/network_device_handler.h"
40 #include "chromeos/network/network_event_log.h"
41 #include "chromeos/network/network_ip_config.h"
42 #include "chromeos/network/network_profile.h"
43 #include "chromeos/network/network_profile_handle
179 BuildNetworkDictionary( const NetworkState* network, float icon_scale_factor, const PrefService* profile_prefs) argument
241 PopulateConnectionDetails( const NetworkState* network, const base::DictionaryValue& onc_properties) argument
467 const NetworkState* network = local
636 const NetworkState* network = GetNetworkState(service_path); local
660 NetworkConnectionStateChanged( const NetworkState* network) argument
668 NetworkPropertiesUpdated( const NetworkState* network) argument
683 const NetworkState* network = local
839 const NetworkState* network = GetNetworkState(service_path); local
922 const NetworkState* network = GetNetworkState(service_path); local
940 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local
988 const NetworkState* network = *iter; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.h50 rtc::Network* network,
54 UDPPort* port = new UDPPort(thread, factory, network, socket,
65 rtc::Network* network,
70 UDPPort* port = new UDPPort(thread, factory, network,
119 rtc::Network* network, const rtc::IPAddress& ip,
124 rtc::Network* network, rtc::AsyncPacketSocket* socket,
215 rtc::Network* network,
221 StunPort* port = new StunPort(thread, factory, network,
239 rtc::Network* network, const rtc::IPAddress& ip,
243 : UDPPort(thread, factory, network, i
48 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, rtc::AsyncPacketSocket* socket, const std::string& username, const std::string& password) argument
63 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password) argument
212 Create( rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ServerAddresses& servers) argument
238 StunPort(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, const ServerAddresses& servers) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc12 #include "ash/system/chromeos/network/network_connect.h"
25 #include "chromeos/network/device_state.h"
26 #include "chromeos/network/network_state.h"
27 #include "chromeos/network/network_state_handler.h"
32 #include "ui/chromeos/network/network_icon.h"
57 bool ShouldHighlightNetwork(const NetworkState* network) { argument
58 return network->IsConnectedState() || network->IsConnectingState();
114 // Connect or reconnect to the network at |index|.
170 // Open a dialog to set up and connect to a network
347 AddWirelessNetworkMenuItem(const NetworkState* network, int flag) argument
423 const NetworkState* network = *iter; local
483 const NetworkState* network = *iter; local
498 const NetworkState* network = *iter; local
[all...]
/external/chromium_org/content/renderer/p2p/
H A Dipc_network_manager.cc70 // Update flag if network list received for the first time.
74 // rtc::Network uses these prefix_length to compare network
87 rtc::Network* network = local
93 network->AddIP(rtc::IPAddress(address));
94 networks.push_back(network);
103 rtc::Network* network = local
109 network->AddIP(ip6_addr);
110 networks.push_back(network);

Completed in 573 milliseconds

1234567891011>>