/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/jmonkeyengine/engine/src/networking/com/jme3/network/ |
Filters.java | 33 package com.jme3.network;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
ObjectStore.java | 33 package com.jme3.network.rmi; 35 import com.jme3.network.ClientStateListener.DisconnectInfo; 36 import com.jme3.network.*; 37 import com.jme3.network.serializing.Serializer;
|
RmiSerializer.java | 33 package com.jme3.network.rmi; 35 import com.jme3.network.serializing.Serializer; 36 import com.jme3.network.serializing.SerializerRegistration;
|
/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_8/wpa_supplicant/dbus/ |
dbus_new_helpers.h | 142 char **network,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 82 // handle the select network completion callbacks. 156 selectNetworkManually(OperatorInfo network, 162 nsm.operatorNumeric = network.getOperatorNumeric(); 163 nsm.operatorAlphaLong = network.getOperatorAlphaLong(); 168 mCi.setNetworkSelectionModeManual(network.getOperatorNumeric(), msg); 172 * Used to track the settings upon completion of the network change. 201 loge("failed to commit network selection preference");
|
/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);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpKernel.java | 33 package com.jme3.network.kernel.udp; 35 import com.jme3.network.Filter; 36 import com.jme3.network.kernel.*;
|
/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...] |
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/ |
SyncAdapter.java | 17 package com.example.android.network.sync.basicsyncadapter; 33 import com.example.android.network.sync.basicsyncadapter.net.FeedParser; 34 import com.example.android.network.sync.basicsyncadapter.provider.FeedContract; 69 * Network connection timeout, in milliseconds. 74 * Network read timeout, in milliseconds. 118 * required to read data from the network, parse it, and store it in the content provider is 134 Log.i(TAG, "Beginning network synchronization"); 140 Log.i(TAG, "Streaming data from network: " + location); 155 Log.e(TAG, "Error reading from network: " + e.toString()); 175 Log.i(TAG, "Network synchronization complete") [all...] |
EntryListFragment.java | 17 package com.example.android.network.sync.basicsyncadapter; 44 import com.example.android.network.sync.basicsyncadapter.provider.FeedContract; 50 * {@link com.example.android.network.sync.basicsyncadapter.provider.FeedProvider}. This content
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sdp.c | 137 UINT8 network; local 179 /* add features and network */ 182 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0; 184 UINT_DESC_TYPE, 1, &network);
|
/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/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
SelectorKernel.java | 33 package com.jme3.network.kernel.tcp; 35 import com.jme3.network.Filter; 36 import com.jme3.network.kernel.*; 206 // smaller... the network is still likely to deliver things in
|
/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/libppp/src/ |
Makefile | 42 BINGRP= network
|
/external/webkit/Source/WebCore/ |
Android.mk | 762 platform/network/AuthenticationChallengeBase.cpp \ 763 platform/network/BlobData.cpp \ 764 platform/network/BlobRegistryImpl.cpp \ 765 platform/network/BlobResourceHandle.cpp \ 766 platform/network/Credential.cpp \ 767 platform/network/CredentialStorage.cpp \ 768 platform/network/DataURL.cpp \ 769 platform/network/FormData.cpp \ 770 platform/network/FormDataBuilder.cpp \ 771 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...] |
/external/webkit/ |
Android.mk | 150 $(WEBCORE_PATH)/platform/graphics/network \ 161 $(WEBCORE_PATH)/platform/network \ 162 $(WEBCORE_PATH)/platform/network/android \
|