/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/pkgconfig/ |
libpulse-browse.pc | 7 Description: PulseAudio Network Browsing Interface
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/ |
libpulse-browse.pc | 7 Description: PulseAudio Network Browsing Interface
|
/system/netd/server/ |
VirtualNetwork.h | 20 #include "Network.h" 26 // Only a few privileged UIDs may skip the VPN and go directly to the underlying physical network. 29 // permitted to skip it and pick any other network for their connections. 30 class VirtualNetwork : public Network {
|
PhysicalNetwork.h | 20 #include "Network.h" 23 class PhysicalNetwork : public Network { 38 // These refer to permissions that apps must have in order to use this network.
|
/frameworks/base/core/java/android/net/ |
NetworkAgent.java | 62 * suspected connectivity problems on its network. The NetworkAgent 89 /* centralize place where base network score, and network score scaling, will be 96 * network score. 97 * obj = network score Integer 103 * to be forced into this Network. For VPNs only. 110 * from being forced into this Network. For VPNs only. 117 * networks status - whether we could use the network or could not, due to 118 * either a bad network configuration (no internet link) or captive portal. 128 * Sent by the NetworkAgent to ConnectivityService to indicate this network wa [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
DoubleInetAddressNetwork.java | 22 * A network that always resolves two IP addresses per host. Use this when testing route selection 25 public class DoubleInetAddressNetwork implements Network { 27 InetAddress[] allInetAddresses = Network.DEFAULT.resolveInetAddresses(host);
|
SingleInetAddressNetwork.java | 22 * A network that resolves only one IP address per host. Use this when testing 26 public class SingleInetAddressNetwork implements Network { 28 InetAddress[] allInetAddresses = Network.DEFAULT.resolveInetAddresses(host);
|
/external/sepolicy/ |
attributes | 36 # All types used for network interfaces. 39 # All types used for network ports. 68 # All domains used for apps with network access.
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
openCryptoki.conf | 22 network={ 23 ssid="test network" 28 # use OpenSSL PKCS#11 engine for this network
|
/packages/providers/TelephonyProvider/res/values/ |
strings.xml | 22 about the mobile data network. [CHAR LIMIT=40] --> 23 <string name="app_label" product="tablet">Mobile Network Configuration</string> 27 info about the carrier and cell network, and also provides
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/ |
inet.h | 34 into binary data in network byte order. */ 40 /* Make Internet host address in network byte order by combining the 41 network number NET with the local address HOST. */ 45 /* Return network number part of the Internet address IN. */ 48 /* Extract the network number in network byte order from the address 57 starting at CP to the binary network format and store result for 62 /* Convert a Internet address in binary network format for interface 76 /* Format a network number NET into presentation format and place result 80 /* Convert network number for interface type AF in buffer starting a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
inet.h | 34 into binary data in network byte order. */ 40 /* Make Internet host address in network byte order by combining the 41 network number NET with the local address HOST. */ 45 /* Return network number part of the Internet address IN. */ 48 /* Extract the network number in network byte order from the address 57 starting at CP to the binary network format and store result for 62 /* Convert a Internet address in binary network format for interface 76 /* Format a network number NET into presentation format and place result 80 /* Convert network number for interface type AF in buffer starting a [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_unity.c | 210 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, count [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 75 // Test case 1: Test enabling Wifi without associating with any AP, no broadcast on network 93 assertEquals("active network is not mobile", ConnectivityManager.TYPE_MOBILE, ni.getType()); 109 assertTrue("no network connectivity at end of test", checkNetworkConnectivity()); 132 assertTrue("no network connectivity at end of test", checkNetworkConnectivity()); 179 assertTrue("no network connectivity at end of test", checkNetworkConnectivity()); 209 assertTrue("no network connectivity at end of test", checkNetworkConnectivity()); 230 // assert no active network connection after airplane mode enabled 231 assertTrue("still has active network connection", 236 // assert there is active network connection after airplane mode disabled 237 assertTrue("no active network connection after airplane mode disable" [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.conf.sgml | 31 <para>Configuration file can include one or more network blocks, 33 select the best network based on the order of network blocks in 34 the configuration file, network security level (WPA/WPA2 is 44 <para>WPA-Personal (PSK) as home network and WPA-Enterprise with 45 EAP-TLS as work network.</para> 51 # home network; allow all valid ciphers 52 network={ 59 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers 60 network= [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CellNetworkScanResult.java | 92 for (OperatorInfo network : mOperators) { 93 network.writeToParcel(out, flags); 106 for (OperatorInfo network : mOperators) { 107 sb.append(" network:").append(network);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
EventLogTags.logtags | 18 # Reregister to data network - timed out with no incoming packets. 27 # Data network registration failed after successful voice registration 33 # PDP drop caused by network 36 # CDMA data network setup failure 39 # CDMA data network drop
|
/frameworks/volley/src/main/java/com/android/volley/ |
NetworkResponse.java | 25 * Data and headers returned from {@link Network#performRequest(Request)}. 29 * Creates a new network response. 34 * @param networkTimeMs Round-trip network time to receive network response 70 /** Network roundtrip time in milliseconds. */
|
/frameworks/volley/src/main/java/com/android/volley/toolbox/ |
Volley.java | 25 import com.android.volley.Network; 39 * @param stack An {@link HttpStack} to use for the network, or null for default. 63 Network network = new BasicNetwork(stack); local 65 RequestQueue queue = new RequestQueue(new DiskBasedCache(cacheDir), network);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ifaddrs.h | 1 /* ifaddrs.h -- declarations for getting network interface addresses 29 Each element of the list describes one network interface. */ 34 char *ifa_name; /* Name of this network interface. */ 37 struct sockaddr *ifa_addr; /* Network address of this interface. */ 62 network interface on the host machine. If successful, store the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ifaddrs.h | 1 /* ifaddrs.h -- declarations for getting network interface addresses 29 Each element of the list describes one network interface. */ 34 char *ifa_name; /* Name of this network interface. */ 37 struct sockaddr *ifa_addr; /* Network address of this interface. */ 62 network interface on the host machine. If successful, store the
|
/bionic/libc/dns/include/ |
resolv_netid.h | 31 /* This header contains declarations related to per-network DNS 57 * A struct to capture context relevant to network operations. 61 * VPN network does not have its own DNS servers explicitly provisioned. 88 /* set name servers for a network */ 92 /* flush the cache associated with a certain network */ 95 /* delete the cache associated with a certain network */ 103 /* delete the cache associated with a certain network */
|
/cts/tests/tests/net/src/android/net/cts/ |
ConnectivityManagerTest.java | 26 import android.net.Network; 58 // Action sent to ConnectivityActionReceiver when a network callback is sent via PendingIntent. 132 assertNotNull("You must have an active network connection to complete CTS", ni); 138 Network network = mCm.getActiveNetwork(); local 139 assertNotNull("You must have an active network connection to complete CTS", network); 141 NetworkInfo ni = mCm.getNetworkInfo(network); 142 assertNotNull("Network returned from getActiveNetwork was invalid", ni); 252 * <p>In order to test that a NetworkCallback occurs, we need some change in the network 424 Network network = intent.getExtras() local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 2 * WPA Supplicant / Network configuration structures 48 * struct wpa_ssid - Network configuration data 50 * This structure includes all the configuration variables for a network. This 52 * the network list, struct wpa_config::ssid. Each network block in the 57 * next - Next network in global list 65 * pnext - Next network in per-priority list 74 * id - Unique id for the network 76 * This identifier is used as a unique identifier for each network 77 * block when using the control interface. Each network is allocated a [all...] |
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
nsd.jd | 1 page.title=Using Network Service Discovery 13 <li><a href="#register">Register Your Service on the Network</a></li> 14 <li><a href="#discover">Discover Services on the Network</a></li> 15 <li><a href="#connect">Connect to Services on the Network</a></li> 36 <p>Adding Network Service Discovery (NSD) to your app allows your users to 37 identify other devices on the local network that support the services your app 43 name and connection information to the local network and scan for information 47 <h2 id="register">Register Your Service on the Network</h2> 50 you don't care about broadcasting your app's services over the local network, 52 next section, <a href="#discover">Discover Services on the Network</a>.</p [all...] |