/external/ipsec-tools/src/racoon/ |
cfparse.y | 671 yyerror("bad IPv4 network address."); 986 struct unity_network network; 987 memset(&network,0,sizeof(network)); 989 if (inet_pton(AF_INET, $1->v, &network.addr4) != 1) 993 network.mask4.s_addr = ($2) ? htonl(~((1 << (32 - $2)) - 1)) : 0; 995 /* add the network to our list */ 996 if (splitnet_list_add(&icc->splitnet_list, &network,&icc->splitnet_count)) 997 yyerror("Unable to allocate split network"); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.js | 181 if (hiddenPanels.indexOf("network") === -1) 182 this.panels.network = new WebInspector.NetworkPanel(); 346 return this.panels.network.resources; 351 return this.panels.network.resourceById(id); [all...] |
inspector.css | 323 .toolbar-item.network .toolbar-icon { [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 116 // Used for preferred network type 139 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL 436 * its network activity and is in its final state. This may mean a state 496 * Register for Supplementary Service notifications from the network. [all...] |
PhoneProxy.java | 758 public void selectNetworkManually(OperatorInfo network, Message response) { 759 mActivePhone.selectNetworkManually(network, response); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
SipPhoneBase.java | 416 OperatorInfo network,
|
/frameworks/base/services/java/com/android/server/ |
ConnectivityService.java | 161 // TODO: create better separation between radio types and network types 163 // how long to wait before switching back to a radio's default network 193 /** Currently active network rules by UID. */ 199 * Sometimes we want to refer to the individual network state 205 /* Handles captive portal check on a network */ 254 * default network 264 * used internally to change our network preference setting 308 * default network 381 // the set of network types that can only be enabled by system/sig apps 441 // ouch, no rules updates means some processes may never get network 1211 NetworkStateTracker network = mNetTrackers[usedNetworkType]; local 2674 String network = nt.getNetworkInfo().getTypeName(); local [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 112 \item \verb|link| --- network device 225 \section{{\tt ip link} --- network device configuration} 228 \paragraph{Object:} A \verb|link| is a network device and the corresponding 242 --- \verb|NAME| specifies the network device on which to operate. 299 --- move the device to the network namespace associated with the process PID. 339 --- \verb|NAME| specifies the network device to show. 396 from other nodes on the network. 430 this mode exists only on broadcast links and is used by bridges and for network 437 no invariant value and its interpretation depends on the network protocols 551 to a network device. Each device must have at least one addres [all...] |
api-ip6-flowlabels.tex | 287 \item \verb|label| is flow label value in network byte order. If it is zero,
|
/external/chromium/third_party/libjingle/source/talk/ |
libjingle.scons | 110 "base/network.cc",
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.cc | 128 talk_base::PacketSocketFactory* factory, talk_base::Network* network, 133 network_(network), 694 // allow for changes in network conditions.
|
/external/openssh/contrib/suse/ |
openssh.spec | 56 two untrusted hosts over an insecure network. X11 connections and 70 two untrusted hosts over an insecure network. X11 connections and
|
/ndk/ |
ndk-gdb.py | 644 # Setup network redirection 645 log('Setup network redirection') 650 error('''Could not setup network redirection to gdbserver?
|
/external/webkit/Source/WebCore/inspector/ |
InspectorResourceAgent.cpp | 93 m_frontend = frontend->network(); 361 // as there will be no calls to didReceiveContentLength from the network stack. 579 // Create mock frontend, so we can collect network events. 580 m_mockFrontend = new InspectorFrontend::Network(m_inspectorFrontendProxy.get());
|
/packages/apps/Settings/src/com/android/settings/ |
DataUsageSummary.java | 342 // bind network switches 415 // selected network, and binds chart, cycles and detail list. 740 // kick off loader for network history 742 // network history when showing app detail. [all...] |
/external/ppp/pppd/ |
sys-linux.c | 1155 * netif_set_mtu - set the MTU on the PPP network interface. 1171 * netif_get_mtu - get the MTU on the PPP network interface. [all...] |
/external/openssh/contrib/redhat/ |
openssh.spec | 138 untrusted hosts over an insecure network. X11 connections and
|
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 19 # To ignore possible wrong network configurations
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 539 selectNetworkManually(OperatorInfo network, [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 67 transport) or RTP (for network multicast). For purposes of a few
|
/external/libmtp/ |
configure | [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |