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

1 2 3 4 56

  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 355 OperatorInfo network,
  /external/ipsec-tools/src/racoon/
cfparse.y 766 yyerror("bad IPv4 network address.");
1081 struct unity_network network;
1082 memset(&network,0,sizeof(network));
1084 if (inet_pton(AF_INET, $1->v, &network.addr4) != 1)
1088 network.mask4.s_addr = ($2) ? htonl(~((1 << (32 - $2)) - 1)) : 0;
1090 /* add the network to our list */
1091 if (splitnet_list_add(&icc->splitnet_list, &network,&icc->splitnet_count))
1092 yyerror("Unable to allocate split network");
    [all...]
isakmp_cfg.c 910 &isakmp_cfg_config.splitnet_list->network.addr4.s_addr,
911 &isakmp_cfg_config.splitnet_list->network.mask4.s_addr);
    [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/base/telephony/java/com/android/internal/telephony/
Phone.java 72 * in 2G network</li>
205 // Used for preferred network type
225 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL
504 * its network activity and is in its final state. This may mean a state
564 * Register for Supplementary Service notifications from the network.
    [all...]
PhoneProxy.java 540 public void selectNetworkManually(OperatorInfo network, Message response) {
541 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/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/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 316 // bind network switches
391 // selected network, and binds chart, cycles and detail list.
675 // kick off loader for network history
677 // 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/wpa_supplicant_8/hostapd/
Android.mk 13 # To ignore possible wrong network configurations
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 511 selectNetworkManually(OperatorInfo network,
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 2023 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
2086 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 355 <li><a href="<?cs var:toroot?>guide/topics/network/sip.html">
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 655 milliseconds

1 2 3 4 56