HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 276 - 300 of 395) sorted by null

<<111213141516

  /external/chromium_org/third_party/libjingle/source/talk/base/
network.h 47 class Network;
51 // Generic network manager interface. It provides list of local
55 typedef std::vector<Network*> NetworkList;
60 // Called when network list is updated.
63 // Indicates a failure when getting list of network interfaces.
66 // Start/Stop monitoring of network interfaces
76 // given network, so that quality is tracked appropriately. Does not
90 virtual void GetNetworks(std::vector<Network*>* networks) const;
95 typedef std::map<std::string, Network*> NetworkMap;
97 // |network_map_| already has a Network object for a network liste
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 488 port->Network()->name(), 0U,
891 std::set<talk_base::Network*> networks
927 std::set<talk_base::Network*>::iterator network; local
    [all...]
  /external/libppp/src/
Makefile 42 BINGRP= network
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 9 #include "ash/system/chromeos/network/network_icon.h"
10 #include "ash/system/chromeos/network/network_icon_animation.h"
15 #include "chromeos/network/network_state_handler.h"
25 // Timeout between consecutive requests to network library for network
48 // WebUI where network menu is located.
161 void NetworkDropdown::DefaultNetworkChanged(const NetworkState* network) {
166 const NetworkState* network) {
  /external/chromium_org/components/wifi/
fake_wifi_service.cc 114 " \"UserPolicy\": \"My WiFi Network\""
219 scoped_ptr<DictionaryValue> network(it->ToValue(true));
220 network_list->Append(network.release());
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceBase.cpp 191 DEFINE_STATIC_LOCAL(const AtomicString, network, ("network", AtomicString::ConstructFromLiteral));
206 } else if (error == network) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.h 10 #include "talk/base/network.h"
61 // Identifier for a network interface and proxy address pair.
72 // Comparator implementation identifying unique network interface and
93 // Contains information of a network interface and proxy address pair.
147 // Runs a request/response check on all network interface and proxy
216 const PortConfiguration* config, talk_base::Network* network);
219 const PortConfiguration* config, talk_base::Network* network);
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 53 MPLT.pump = Components.classes['@mozilla.org/network/input-stream-pump;1']
63 * Listener for network input
168 * If the URL being visited died as part of a network error
191 MPLT.serverSocket = Components.classes['@mozilla.org/network/server-socket;1']
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.js 52 throw new Error('Cannot seek in network state: ' + element.networkState);
  /external/tcpdump/
print-olsr.c 119 u_int8_t network[4]; member in struct:olsr_hna
362 ipaddr_string(ptr.hna->network),
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 36 DictionaryValue* GetNetworkInfoDict(const chromeos::Network* network) {
38 item->SetString("name", network->name());
39 item->SetString("device_path", network->device_path());
40 item->SetString("ip_address", network->ip_address());
41 item->SetString("status", network->GetStateString());
274 // Ethernet network.
405 reply.SendError("No network found with specified service path.");
474 reply.SendError("Not connected to any wifi network.");
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.cc 5 #include "chromeos/network/managed_network_configuration_handler_impl.h"
21 #include "chromeos/network/network_configuration_handler.h"
22 #include "chromeos/network/network_event_log.h"
23 #include "chromeos/network/network_policy_observer.h"
24 #include "chromeos/network/network_profile.h"
25 #include "chromeos/network/network_profile_handler.h"
26 #include "chromeos/network/network_state.h"
27 #include "chromeos/network/network_state_handler.h"
28 #include "chromeos/network/network_ui_data.h"
29 #include "chromeos/network/onc/onc_merger.h
371 const base::DictionaryValue* network = NULL; local
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 52 ``network unreachable'' and after this I found a strange direct route
56 connected network has not any exceptions. You may tell kernel, that
203 collapse of routing or flooding network with exponentially
330 anyone on the Internet may inject to your network any packets with
390 tunnel is not quite appropriate in this case, it is rather virtual network).
397 This tunnel is true broadcast network and broadcast packets are
400 if multicast routing is supported in surrounding network, all GRE nodes
402 broadcast network. If multicast routing does not work, it is unpleasant
403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network.
416 to GRE virtual network or ask for informatio
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 346 third_party/WebKit/Source/platform/network/DNS.cpp \
347 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
348 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
349 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
350 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
351 third_party/WebKit/Source/platform/network/ProxyServer.cpp \
352 third_party/WebKit/Source/platform/network/ResourceError.cpp \
353 third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
354 third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
355 third_party/WebKit/Source/platform/network/FormData.cpp
    [all...]
blink_platform.target.darwin-mips.mk 345 third_party/WebKit/Source/platform/network/DNS.cpp \
346 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
347 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
348 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
349 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
350 third_party/WebKit/Source/platform/network/ProxyServer.cpp \
351 third_party/WebKit/Source/platform/network/ResourceError.cpp \
352 third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
353 third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
354 third_party/WebKit/Source/platform/network/FormData.cpp
    [all...]
blink_platform.target.darwin-x86.mk 345 third_party/WebKit/Source/platform/network/DNS.cpp \
346 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
347 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
348 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
349 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
350 third_party/WebKit/Source/platform/network/ProxyServer.cpp \
351 third_party/WebKit/Source/platform/network/ResourceError.cpp \
352 third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
353 third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
354 third_party/WebKit/Source/platform/network/FormData.cpp
    [all...]
blink_platform.target.linux-arm.mk 346 third_party/WebKit/Source/platform/network/DNS.cpp \
347 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
348 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
349 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
350 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
351 third_party/WebKit/Source/platform/network/ProxyServer.cpp \
352 third_party/WebKit/Source/platform/network/ResourceError.cpp \
353 third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
354 third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
355 third_party/WebKit/Source/platform/network/FormData.cpp
    [all...]
blink_platform.target.linux-mips.mk 345 third_party/WebKit/Source/platform/network/DNS.cpp \
346 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
347 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
348 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
349 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
350 third_party/WebKit/Source/platform/network/ProxyServer.cpp \
351 third_party/WebKit/Source/platform/network/ResourceError.cpp \
352 third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
353 third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
354 third_party/WebKit/Source/platform/network/FormData.cpp
    [all...]
blink_platform.target.linux-x86.mk 345 third_party/WebKit/Source/platform/network/DNS.cpp \
346 third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
347 third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
348 third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
349 third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
350 third_party/WebKit/Source/platform/network/ProxyServer.cpp \
351 third_party/WebKit/Source/platform/network/ResourceError.cpp \
352 third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
353 third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
354 third_party/WebKit/Source/platform/network/FormData.cpp
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 47 #include "chromeos/network/favorite_state.h"
48 #include "chromeos/network/network_state.h"
49 #include "chromeos/network/network_state_handler.h"
739 const chromeos::FavoriteState* network = GetDefaultFavoriteNetwork(); variable
740 ASSERT_TRUE(network); variable
742 *network);
744 std::string url = base::StringPrintf("%s?network=%s",
746 network->path().c_str());
834 const chromeos::FavoriteState* network = GetDefaultFavoriteNetwork(); local
    [all...]
  /external/ppp/pppd/
ipxcp.c 131 { "ipx-network", o_uint32, &ipxcp_wantoptions[0].our_network,
132 "Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].neg_nn },
134 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
135 "Accept peer IPX network number", 1,
209 #define CILEN_NETN 6 /* network number length option */
247 * Make a string representation of a network IP address.
396 wo->network = 0;
1034 * The network number must match. Choose the larger of the two.
1037 /* if we wont negotiate the network number or the length is wrong
1045 /* If the network numbers match then acknowledge them. *
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 13 #include "chromeos/network/network_state.h"
14 #include "chromeos/network/network_state_handler.h"
495 void BurnManager::DefaultNetworkChanged(const NetworkState* network) {
497 if (state_machine_->state() == StateMachine::INITIAL && network)
500 if (state_machine_->state() == StateMachine::DOWNLOADING && !network)
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 35 #include "talk/base/network.h"
126 // network (or a timeout occurs), we will start allocating ports.
137 void DisableEquivalentPhases(talk_base::Network* network,
socketmonitor.cc 141 info.est_quality = connection->port()->network()->quality();
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 79 // Callback to initialize fields from uncached network properties.
128 // Parses a VPN UI |property| from the given |network|. |key| is the property
130 void ParseVPNUIProperty(const NetworkState* network,
181 // Cached VPN properties, only set when configuring an existing network.

Completed in 401 milliseconds

<<111213141516