HomeSort by relevance Sort by last modified time
    Searched full:network (Results 176 - 200 of 4662) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/moto/shamu/sepolicy/
tcmd.te 7 # Uses network sockets.
  /external/dnsmasq/src/
Android.mk 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
  /external/fio/examples/
netio.fio 1 # Example network job, just defines two clients that send/recv data
  /external/iproute2/etc/iproute2/
rt_dsfield 14 0xe0 network
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestNetworkStress.java 33 package jme3test.network;
35 import com.jme3.network.*;
53 Server server = Network.createServer(5110);
58 Client client = Network.connectToServer("localhost", 5110);
  /external/kernel-headers/original/uapi/linux/
hdlc.h 19 #define HDLC_MAX_MRU 1600 /* as required for FR network */
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
package.html 15 SOAP calls via the network (sending and receiving
  /external/libpcap/
pcap-linktype.manmisc.in 32 of link-layer header that the packets being captured have on the network
34 802.11 network might be provided by libpcap with Ethernet headers that
35 the network adapter or the network adapter driver generates from the
  /external/libpng/
libpngpf.3 3 libpng \- Portable Network Graphics (PNG) Reference Library 1.6.10
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
stunnel-maxconn.patch 12 diff -Naur stunnel.orig/src/network.c stunnel/src/network.c
13 --- stunnel.orig/src/network.c 2010-02-04 05:31:45.000000000 -0500
14 +++ stunnel/src/network.c 2010-04-12 17:13:53.000000000 -0400
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 11 ATTRIBUTE Framed-AppleTalk-Network 38 integer
  /external/ppp/pppd/plugins/radius/
pathnames.h 9 * and Merit Network, Inc. All Rights Reserved
  /external/selinux/policycoreutils/semanage/
semanage.8 23 Manage network port type definitions
26 Manage network interface type definitions
32 Manage network node type definitions
53 as network ports, interfaces, and nodes (hosts) as well as the file
  /external/sonivox/
NOTICE 1 Copyright (c) 2004-2006 Sonic Network Inc.
  /external/sonivox/arm-wt-22k/
NOTICE 1 Copyright (c) 2004-2006 Sonic Network Inc.
  /external/v8/tools/testrunner/server/
constants.py 30 PEER_PORT = 9992 # Port for peers on the network to connect to.
32 STATUS_PORT = 9994 # Port for network requests not related to workpackets.
34 END_OF_STREAM = "end of dtest stream" # Marker for end of network requests.
35 SIZE_T = 4 # Number of bytes used for network request size header.
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 88 "Network Index");
92 wpa_printf(MSG_DEBUG, "WPS: Network Index: %d", *idx);
161 wpa_printf(MSG_DEBUG, "WPS: Network Key Index: %d", *key_idx);
173 "Network Key");
177 "missing mandatory Network Key attribute "
178 "for open network");
184 wpa_hexdump_key(MSG_DEBUG, "WPS: Network Key", key, key_len);
218 wpa_hexdump_ascii_key(MSG_INFO, "WPS: Network Key",
241 /* TODO: support multiple Network Keys */
  /frameworks/base/core/java/android/net/
INetworkScoreService.aidl 23 * A service for updating network scores from a network scorer application.
57 * Register a network subsystem for scoring.
59 * @param networkType the type of network this cache can handle. See {@link NetworkKey#type}.
Network.aidl 20 parcelable Network;
  /packages/apps/Browser/src/com/android/browser/
NetworkStateHandler.java 31 * Handle network state changes
46 // Find out if the network is currently up.
55 * enables registration for changes in network status from http stack
85 // unregister network state listener
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsNetworkManager.java 34 * Class manages MMS network connectivity using legacy platform APIs
65 * Set the network acquire timeout
78 // Count of requests that are using the MMS network
82 // Timer to extend the network connectivity
122 * Synchronously acquire MMS network connectivity
127 Log.i(MmsService.TAG, "Acquire MMS network");
143 // Always try to extend and check the MMS network connectivity
165 throw new MmsNetworkException("Acquiring MMS network timed out");
181 * Release MMS network connectivity. This is ref counted. So it only disconnect
185 Log.i(MmsService.TAG, "release MMS network");
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiNetworksBrowseInfo.java 113 for (ScanResult network : networks) {
114 if (network != null) {
115 WifiSecurity security = WifiSecurity.getSecurity(network);
119 WifiConnectionActivity.createIntent(mContext, network, security);
121 network.level, NUMBER_SIGNAL_LEVELS);
123 network, signalLevel);
124 if (WifiConfigHelper.areSameNetwork(mWifiManager, network, currentConnection)) {
129 imageResourceId = getCurrentNetworkIconResourceId(network, signalLevel);
132 Integer itemId = getItemId(network, security);
135 Log.d(TAG, "Network " + itemId + " has SSID=" + network.SSID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdlc.h 19 #define HDLC_MAX_MRU 1600 /* as required for FR network */
if_ec.h 11 unsigned char net; /* Network number. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdlc.h 19 #define HDLC_MAX_MRU 1600 /* as required for FR network */

Completed in 421 milliseconds

1 2 3 4 5 6 78 91011>>