/external/chromium/third_party/libjingle/source/talk/base/ |
network.h | 40 class Network; 43 // Keeps track of the available network interfaces over time so that quality 51 // a given network, so that quality is tracked appropriately. 53 bool GetNetworks(std::vector<Network*>* networks); 62 // Creates a network object for each network available on the machine. 64 std::vector<Network*>* networks); 65 // Determines if a network should be ignored. 66 static bool IsIgnoredNetwork(const Network& network); [all...] |
/external/dnsmasq/contrib/Suse/ |
dnsmasq-suse.spec | 25 is designed to provide DNS and, optionally, DHCP, to a small network. It can 30 leases and BOOTP for network booting of diskless machines.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
NetworkManager.js | 75 InspectorBackend.registerDomainDispatcher("Network", this); 170 if (WebInspector.panels.network) 171 WebInspector.panels.network.mainResourceDOMContentTime = time; 176 if (WebInspector.panels.network) 177 WebInspector.panels.network.mainResourceLoadTime = time;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus.h | 44 #define WPAS_DBUS_IFACE_NETWORK WPAS_DBUS_INTERFACE ".Network" 93 char * wpas_dbus_decompose_object_path(const char *path, char **network,
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.h | 150 char **network,
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunport.cc | 74 // This should have almost no impact on network usage. 106 << " (" << port_->network()->name() << ")"; 129 talk_base::Network* network, 132 : Port(thread, STUN_PORT_TYPE, factory, network, ip, min_port, max_port),
|
tcpport.cc | 38 talk_base::Network* network, uint32 ip, 40 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port), 189 talk_base::SocketAddress(port_->network()->ip(), 0), 203 // Incoming connections should match the network address.
|
p2ptransportchannel.h | 112 Connection* GetBestConnectionOnNetwork(talk_base::Network* network);
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 325 LinkProperties network = mService.getActiveLinkProperties(); local 326 if (network == null) { 327 throw new IllegalStateException("Network is not available"); 329 String interfaze = network.getInterfaceName(); 334 for (RouteInfo route : network.getRoutes()) { 349 String[] network = getDefaultNetwork(); local 350 String interfaze = network[0]; 351 String gateway = network[1];
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 121 // network and IP address. 125 talk_base::Network* network, 131 // equivalent network setup. 132 void DisableEquivalentPhases(talk_base::Network* network, 155 talk_base::Network* network_; 335 // For each network, see if we have a sequence that covers it already. If not, 338 std::vector<talk_base::Network*> networks; 386 talk_base::Network* network, PortConfiguration* config, uint32* flags) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
existing_user_controller.cc | 252 NetworkLibrary* network = CrosLibrary::Get()->GetNetworkLibrary(); local 253 if (!network || !CrosLibrary::Get()->EnsureLoaded()) { 255 } else if (!network->Connected()) {
|
/external/webkit/Source/ |
Android.mk | 115 $(LOCAL_PATH)/WebCore/platform/graphics/network \ 121 $(LOCAL_PATH)/WebCore/platform/network \ 122 $(LOCAL_PATH)/WebCore/platform/network/android \
|
/build/core/ |
legacy_prebuilts.mk | 98 network.conf \
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.h | 41 const chromeos::Network* network); 55 // Passes data needed to show details overlay for network. 60 // network item and a cellular network item respectively. 92 void PopulateDictionaryDetails(const chromeos::Network* net, 106 // Creates the map of a network. 124 // Fills network information into JS dictionary for displaying network lists. 127 // Refreshes the display of network information [all...] |
/external/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 434 QString network(id); 435 network.append(": "); 436 network.append(ssid); 437 networkSelect->insertItem(network);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 432 QString network(id); 433 network.append(": "); 434 network.append(ssid); 435 networkSelect->insertItem(network);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/ |
wpagui.ui.h | 432 QString network(id); 433 network.append(": "); 434 network.append(ssid); 435 networkSelect->insertItem(network);
|
/packages/apps/Settings/src/com/android/settings/net/ |
ChartDataLoader.java | 34 * Loader for historical chart data for both network and UID details. 79 throw new RuntimeException("problem reading network stats", e); 86 data.network = mStatsService.getHistoryForNetwork(template, fields);
|
/external/webkit/Source/WebCore/ |
Android.mk | 747 platform/network/AuthenticationChallengeBase.cpp \ 748 platform/network/BlobData.cpp \ 749 platform/network/BlobRegistryImpl.cpp \ 750 platform/network/BlobResourceHandle.cpp \ 751 platform/network/Credential.cpp \ 752 platform/network/CredentialStorage.cpp \ 753 platform/network/DataURL.cpp \ 754 platform/network/FormData.cpp \ 755 platform/network/FormDataBuilder.cpp \ 756 platform/network/HTTPHeaderMap.cpp [all...] |
/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/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/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...] |
/frameworks/base/core/java/android/webkit/ |
LoadListener.java | 55 // Network thread and the WebCore thread. 184 * This message handler is to facilitate communication between the network 202 * file (this thread) or from http (Network thread). 252 * This message is sent from the network thread when the http 264 * This message is sent when the network thread receives a ssl 272 * This message is sent when the network thread encounters a 305 * IMPORTANT: as this is called from network thread, can't call native 403 Network network = Network.getInstance(mContext) local 1354 Network network = Network.getInstance(getContext()); local [all...] |
/external/webkit/ |
Android.mk | 199 $(WEBCORE_PATH)/platform/graphics/network \ 210 $(WEBCORE_PATH)/platform/network \ 211 $(WEBCORE_PATH)/platform/network/android \
|