/developers/samples/android/connectivity/network/BasicNetworking/ |
template-params.xml | 29 a network connection, and if so, what type of connection it is. 56 This sample demonstrates how to check network connectivity with Android APIs. 62 a network connection, and if so, what type of connection it is.
|
/external/dnsmasq/contrib/openvpn/ |
README | 22 > before the network comes up, something gets fubar'd. I'm not sure how 23 > to describe it exactly, but network services are slow to load, and 25 > dnsmasq is answering the dhcp request when the network starts?
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
NetworkClient.java | 33 package com.jme3.network; 39 * A Client whose network connection information can 41 * will be setup the same as if Network.connectToServer
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/ |
ChannelInfoMessage.java | 33 package com.jme3.network.message; 35 import com.jme3.network.AbstractMessage; 36 import com.jme3.network.serializing.Serializable;
|
ClientRegistrationMessage.java | 33 package com.jme3.network.message; 35 import com.jme3.network.AbstractMessage; 36 import com.jme3.network.serializing.Serializable;
|
DisconnectMessage.java | 33 package com.jme3.network.message; 35 import com.jme3.network.AbstractMessage; 36 import com.jme3.network.serializing.Serializable;
|
ZIPCompressedMessage.java | 33 package com.jme3.network.message; 35 import com.jme3.network.Message; 36 import com.jme3.network.serializing.Serializable;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
RemoteMethodCallMessage.java | 33 package com.jme3.network.rmi; 35 import com.jme3.network.AbstractMessage; 36 import com.jme3.network.serializing.Serializable;
|
RemoteMethodReturnMessage.java | 33 package com.jme3.network.rmi; 35 import com.jme3.network.AbstractMessage; 36 import com.jme3.network.serializing.Serializable;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
EnumSerializer.java | 33 package com.jme3.network.serializing.serializers; 35 import com.jme3.network.serializing.Serializer; 36 import com.jme3.network.serializing.SerializerException;
|
/external/libpcap/ |
README.tru64 | 34 In order to capture all packets on a network, you may want to allow 35 applications to put the interface on that network into "local copy" 39 the network segment not sent to the host on which it's running, by using
|
pcap_compile.3pcap.in | 52 specifies the IPv4 netmask of the network on which packets are being 54 the filter program. If the netmask of the network on which packets are 57 than one network, a value of PCAP_NETMASK_UNKNOWN can be supplied; tests
|
ppp.h | 26 #define PPP_OSI 0x0023 /* OSI Network Layer */ 40 #define PPP_SNS 0x0233 /* Sigma Network Systems */ 45 #define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
|
pcap.3pcap.in | 36 on the network, even those destined for other hosts, are accessible 41 To open a handle for a live capture, given the name of the network or 55 network interface. 90 and possibly network bandwidth to write the packet data to a file, and 109 On broadcast LANs such as Ethernet, if the network isn't switched, or if 111 packets passing through the switch are sent, a network adapter receives 113 to a network address that the network adapter isn't configured to 116 Normally, the adapter will discard those packets; however, many network 132 it will supply to the host only frames for the network with which it' [all...] |
/external/okhttp/android/main/java/com/squareup/okhttp/ |
ConfigAwareConnectionPool.java | 24 * A provider of the shared Android {@link ConnectionPool}. This class is aware of network 25 * configuration change events: When the network configuration changes the pool object is discarded 86 // If the network config has changed then existing pooled connections should not be
|
/external/tcpdump/ |
ppp.h | 28 #define PPP_OSI 0x0023 /* OSI Network Layer */ 44 #define PPP_SNS 0x0233 /* Sigma Network Systems */ 49 #define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
|
/external/v8/tools/testrunner/ |
README | 92 directories; serializable for transmission over the network. 94 ./testrunner/network/*: 96 as required when dispatching tests to peers on the network. 98 ./testrunner/network/network_execution.py: 100 test jobs to network peers instead of running them locally. 102 ./testrunner/network/endpoint.py: 103 Receiving end of a network distributed job, uses the implementation 108 peers on the network. Should ideally have no dependencies on any of the other 129 - "Work": Listens for test job requests from run-tests.py scripts on the network 132 - "Status": Used for communication with other servers on the network, e.g. fo [all...] |
/frameworks/base/telephony/java/com/android/ims/internal/ |
IImsRegistrationListener.aidl | 28 * Notifies the application when the device is connected to the IMS network. 33 * Notifies the application when the device is trying to connect the IMS network. 38 * Notifies the application when the device is disconnected from the IMS network.
|
/packages/services/Telephony/src/com/android/phone/ |
PhoneDisplayMessage.java | 36 * Display the alert dialog with the network message. 39 * @param infoMsg Text message from Network. 52 * @param errorMsg Error message describing the network triggered error
|
/frameworks/base/core/java/android/os/ |
CommonTimeConfig.java | 97 * active on the network for longer than it should. 192 * Gets the name of the network interface which the common time service attempts to bind to. 194 * @return a string with the network interface name which the common time service is bound to, 212 * Sets the name of the network interface which the common time service should attempt to bind 215 * @param ifaceName The name of the network interface ("eth0", "wlan0", etc...) wich the common 217 * from the network and run in networkless mode. 258 * requests when it is the client of another common time service on the network. 271 * requests when it is the client of another common time service on the network. 327 * service's auto disable flag is set, it will automatically cease all network activity when 345 * network interface to bind to. Common time will be unavailable to clients of the common tim [all...] |
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
android.net.ConnectivityManager.html | 94 <nobr><code>Network[]</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#getAllNetworks()" target="_top"><code>getAllNetworks</code></A>()</nobr> 100 <A NAME="android.net.ConnectivityManager.getLinkProperties_added(android.net.Network)"></A> 101 <nobr><code>LinkProperties</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#getLinkProperties(android.net.Network)" target="_top"><code>getLinkProperties</code></A>(<code>Network</code>)</nobr> 107 <A NAME="android.net.ConnectivityManager.getNetworkCapabilities_added(android.net.Network)"></A> 108 <nobr><code>NetworkCapabilities</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#getNetworkCapabilities(android.net.Network)" target="_top"><code>getNetworkCapabilities</code></A>(<code>Network</code>)</nobr> 114 <A NAME="android.net.ConnectivityManager.getNetworkInfo_added(android.net.Network)"></A> 115 <nobr><code>NetworkInfo</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#getNetworkInfo(android.net.Network)" target="_top"><code>getNetworkInfo</code></A>(<code>Network</code>)</nobr [all...] |
/libcore/luni/src/main/java/java/net/ |
NetworkInterface.java | 35 * This class is used to represent a network interface of the local device. An 68 * Returns the index for the network interface, or -1 if unknown. 76 * Returns the name of this network interface (such as "eth0" or "lo"). 83 * Returns an enumeration of the addresses bound to this network interface. 90 * Returns a human-readable name for this network interface. On Android, this is the same 98 * Returns the {@code NetworkInterface} corresponding to the named network interface, or null 288 * Gets a list of all network interfaces available on the local system or 294 * if an error occurs while getting the network interface 371 * name should be unique for each network interface the hash code is 379 * Returns a string containing details of this network interface [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.c | 26 * @network: (out) the configured network this object path refers to, if any 28 * Returns: The object path of the network interface this path refers to 30 * For a given object path, decomposes the object path into object id, network, 33 char * wpas_dbus_decompose_object_path(const char *path, char **network, 61 if (network && net_part) { 62 /* Deal with a request for a configured network */ 65 *network = NULL; 67 *network = os_strdup(net_name); 102 * wpas_dbus_new_invalid_network_error - Return a new invalid network error messag 211 char *network = NULL; local [all...] |
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
ConnectionUtil.java | 137 * A wrapper of a broadcast receiver which provides network connectivity information 138 * for all kinds of network: wifi, mobile, etc. 250 * Initialize all the network states. 253 // For each network type, initialize network states to UNKNOWN, and no verification 257 Log.v(LOG_TAG, "Initialize network state for " + networkType + ": " + 263 // deposit a network state 264 Log.v(LOG_TAG, "record network state for network " + networkType + 289 Log.v(LOG_TAG, "validate network state for " + networkType + ": ") [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | 26 import android.net.Network; 62 * <li>The currently active Wi-Fi network, if any. Connectivity can be 64 * the network can be queried.</li> 71 * perform operations that pertain to network connectivity at an abstract 96 * Broadcast intent action indicating that the credential of a Wi-Fi network 97 * has been changed. One extra provides the ssid of the network. Another 323 * Wi-Fi network. Retrieve with 371 * This can be as a result of adding/updating/deleting a network. If 389 * Multiple network configurations have changed. 397 * The lookup key for an integer indicating the reason a Wi-Fi network configuratio [all...] |