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

1 2 3 4 5 6 78 9

  /external/iproute2/doc/
ip-tunnels.tex 52 ``network unreachable'' and after this I found a strange direct route
56 connected network has not any exceptions. You may tell kernel, that
203 collapse of routing or flooding network with exponentially
330 anyone on the Internet may inject to your network any packets with
390 tunnel is not quite appropriate in this case, it is rather virtual network).
397 This tunnel is true broadcast network and broadcast packets are
400 if multicast routing is supported in surrounding network, all GRE nodes
402 broadcast network. If multicast routing does not work, it is unpleasant
403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network.
416 to GRE virtual network or ask for informatio
    [all...]
  /external/ppp/pppd/
ipxcp.c 131 { "ipx-network", o_uint32, &ipxcp_wantoptions[0].our_network,
132 "Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].neg_nn },
134 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
135 "Accept peer IPX network number", 1,
209 #define CILEN_NETN 6 /* network number length option */
247 * Make a string representation of a network IP address.
396 wo->network = 0;
1034 * The network number must match. Choose the larger of the two.
1037 /* if we wont negotiate the network number or the length is wrong
1045 /* If the network numbers match then acknowledge them. *
    [all...]
  /external/webkit/
Android.mk 137 $(WEBCORE_PATH)/platform/graphics/network \
148 $(WEBCORE_PATH)/platform/network \
149 $(WEBCORE_PATH)/platform/network/android \
  /build/target/product/
mini.mk 185 system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 35 #include "talk/base/network.h"
126 // network (or a timeout occurs), we will start allocating ports.
137 void DisableEquivalentPhases(talk_base::Network* network,
socketmonitor.cc 141 info.est_quality = connection->port()->network()->quality();
  /external/iptables/iptables/
iptables-apply 14 DEFAULT_FILE=/etc/network/iptables
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 974 * @network: (out) the configured network this object path refers to, if any
976 * Returns: The object path of the network interface this path refers to
978 * For a given object path, decomposes the object path into object id, network,
983 char **network,
1013 if (network && net_part) {
1014 /* Deal with a request for a configured network */
1020 *network = NULL;
1022 *network = os_strdup(net_name);
dbus_old_handlers.c 82 * wpas_dbus_global_add_interface - Request registration of a network interface
89 * by dbus clients to register a network interface that wpa_supplicant
209 * by dbus clients to deregister a network interface that wpa_supplicant
254 * by dbus clients for the object path of an specific network interface.
296 * by dbus clients for the object path of an specific network interface.
329 * @wpa_s: wpa_supplicant structure for a network interface
333 * Handler function for "scan" method call of a network device. Requests
349 * @wpa_s: wpa_supplicant structure for a network interface
353 * Handler function for "scanResults" method call of a network device. Returns
376 /* Construct the object path for this network. Note that ':
1077 char *network = NULL; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java 37 * Loader for historical chart data for both network and UID details.
82 throw new RuntimeException("problem reading network stats", e);
89 data.network = mSession.getHistoryForNetwork(template, fields);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 102 // network
103 String network = tm.getNetworkOperatorName(); local
104 addResult(NETWORK, network.trim());
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 68 // Maximum number of retries to fetch file if network is not available.
71 // Delay between file fetch retries if network is not available.
327 NetworkLibrary* network = CrosLibrary::Get()->GetNetworkLibrary(); local
328 if (!network->Connected() && num_retries_ < kMaxFetchRetries) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 35 #include "talk/base/network.h"
79 talk_base::PacketSocketFactory* factory, talk_base::Network* network,
119 // Identifies network that this port was allocated on.
120 talk_base::Network* network() { return network_; } function in class:cricket::Port
243 talk_base::Network* network_;
relayport.cc 190 talk_base::Network* network, uint32 ip, int min_port, int max_port,
193 : Port(thread, RELAY_PORT_TYPE, factory, network, ip, min_port, max_port),
770 // This should have almost no impact on network usage.
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 71 // Network enums (see flimflam/include/network.h)
176 // Cellular network is considered low data when less than 60 minues.
179 // Cellular network is considered low data when less than 30 minues.
182 // Cellular network is considered low data when less than 100MB.
185 // Cellular network is considered very low data when less than 50MB.
273 // Contains data common to all network service types.
274 class Network {
276 virtual ~Network() {}
295 // Is this network connectable. Currently, this is mainly used by 802.1
    [all...]
  /external/chromium/net/http/
http_cache.cc 455 net::HttpNetworkLayer* network = local
457 HttpNetworkSession* session = network->GetSession();
463 net::HttpNetworkLayer* network = local
465 HttpNetworkSession* session = network->GetSession();
484 net::HttpNetworkLayer* network = local
486 return network->GetSession();
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 1141 uint8_t network; member in struct:__anon2310
1482 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
1618 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
2575 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
2637 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 77 * (key, value) pairs for a given network are grouped together and can
80 * network. A network is identified by a unique ID_KEY. If there is no
111 /* configured networks with network id as the key */
115 /* A network id is a unique identifier for a network configured in the
116 * supplicant. Network ids are generated when the supplicant reads
119 * that is generated from SSID and security type of the network. A mapping
120 * from the generated unique id to network id of the network is needed t
414 WifiConfiguration network = null; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 354 // best-effort; it's possible that we'll fail due to network
551 NetworkLibrary *network = CrosLibrary::Get()->GetNetworkLibrary(); local
552 if (network->Connected()) {
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 86 * wpas_dbus_global_add_interface - Request registration of a network interface
93 * by dbus clients to register a network interface that wpa_supplicant
198 * by dbus clients to deregister a network interface that wpa_supplicant
243 * by dbus clients for the object path of an specific network interface.
292 * by dbus clients for the object path of an specific network interface.
333 * @wpa_s: wpa_supplicant structure for a network interface
337 * Handler function for "scan" method call of a network device. Requests
353 * @wpa_s: wpa_supplicant structure for a network interface
357 * Handler function for "scanResults" method call of a network device. Returns
398 /* Construct the object path for this network. Note that ':
1112 char *network = NULL; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 107 private TextView network; field in class:RadioInfo
254 network = (TextView) findViewById(R.id.network);
597 network.setText(display);
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 115 // how long to wait before switching back to a radio's default network
132 /** Currently active network rules by UID. */
138 * Sometimes we want to refer to the individual network state
196 * default network
208 * used internally to change our network preference setting
259 * default network
325 // the set of network types that can only be enabled by system/sig apps
366 // ouch, no rules updates means some processes may never get network
385 // Load device network attributes from resources
419 "radio " + n.radio + " in network type " + n.type)
1033 NetworkStateTracker network = mNetTrackers[usedNetworkType]; local
2331 String network = nt.getNetworkInfo().getTypeName(); local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 487 "No network interfaces in use.\n"
632 QString network(id);
633 network.append(": ");
634 network.append(ssid);
635 networkSelect->addItem(network);
636 networkList->addItem(network);
652 networkSelect->addItem("Select any network");
851 "Disconnected from network.");
854 "Connection to network established.");
891 wpsStatusText->setText("Network configuration received")
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 506 tr("No network interfaces in use.\n"
663 QString network(id);
664 network.append(": ");
665 network.append(ssid);
666 networkSelect->addItem(network);
667 networkList->addItem(network);
683 networkSelect->addItem(tr("Select any network"));
884 tr("Disconnected from network."));
887 tr("Connection to network established."));
921 wpsStatusText->setText(tr("Network configuration received"))
    [all...]
  /device/samsung/crespo4g/
device.mk 63 # APNs for 3G network access

Completed in 793 milliseconds

1 2 3 4 5 6 78 9