HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 51 - 63 of 63) sorted by null

1 23

  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 70 // how long to wait before switching back to a radio's default network
81 * Sometimes we want to refer to the individual network state
122 * default network
134 * used internally to change our network preference setting
281 // Load device network attributes from resources
315 "radio " + n.mRadio + " in network type " + n.mType);
360 * Create the network state trackers for Wi-Fi and mobile
363 * the number of different network types is not going
500 Slog.e(TAG, "Wimax is not enabled or not added to the network attributes!!! ");
508 * Sets the preferred network
729 NetworkStateTracker network = mNetTrackers[usedNetworkType]; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 725 // Only look at the Network portion for mmi
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 342 com.android.internal.telephony.gsm.NetworkInfo network,
  /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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 72 * in 2G network</li>
183 // Used for preferred network type
202 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL
462 * its network activity and is in its final state. This may mean a state
522 * Register for Supplementary Service notifications from the network.
    [all...]
PhoneProxy.java 543 public void selectNetworkManually(NetworkInfo network, Message response) {
544 mActivePhone.selectNetworkManually(network, response);
  /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/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/chromium/net/tools/testserver/
testserver.py 427 """IE to issue HTTP requests using the host network stack."""
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 486 selectNetworkManually(com.android.internal.telephony.gsm.NetworkInfo network,
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 249 <li><a href="<?cs var:toroot?>guide/topics/network/sip.html">
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 869 milliseconds

1 23