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

12 3 4 5 6

  /external/wpa_supplicant_6/wpa_supplicant/examples/
openCryptoki.conf 22 network={
23 ssid="test network"
28 # use OpenSSL PKCS#11 engine for this network
  /external/wpa_supplicant_8/wpa_supplicant/examples/
openCryptoki.conf 22 network={
23 ssid="test network"
28 # use OpenSSL PKCS#11 engine for this network
  /external/bluetooth/bluez/network/
Android.mk 3 # network plugin
38 LOCAL_MODULE := network
main.c 58 BLUETOOTH_PLUGIN_DEFINE(network, VERSION,
  /external/ipsec-tools/src/racoon/
isakmp_unity.c 210 struct unity_network *network = (struct unity_network *)(attr + 1); local
223 &network[index],
237 &network[index],
269 struct unity_network * network; local
286 network = (struct unity_network *)(new + 1);
289 memcpy(&network[index],
290 &netentry->network,
293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
303 int splitnet_list_add(list, network, count
    [all...]
isakmp_unity.h 65 struct unity_network network; member in struct:unity_netentry
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 38 explicit NetworkConfigView(Network* network);
120 explicit ChildNetworkConfigView(NetworkConfigView* parent, Network* network)
121 : service_path_(network->service_path()),
network_config_view.cc 30 NetworkConfigView::NetworkConfigView(Network* network)
33 if (network->type() == TYPE_WIFI) {
35 new WifiConfigView(this, static_cast<WifiNetwork*>(network));
36 } else if (network->type() == TYPE_VPN) {
38 new VPNConfigView(this, static_cast<VirtualNetwork*>(network));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
udpport.h 37 class Network;
50 talk_base::Network* network,
52 UDPPort* port = new UDPPort(thread, factory, network,
71 talk_base::Network* network, uint32 ip, int min_port, int max_port);
stunport.h 51 talk_base::Network* network,
54 StunPort* port = new StunPort(thread, factory, network,
87 talk_base::Network* network, uint32 ip, int min_port, int max_port,
tcpport.h 52 talk_base::Network* network,
55 TCPPort* port = new TCPPort(thread, factory, network,
75 talk_base::Network* network, uint32 ip, int min_port, int max_port,
relayport.h 58 talk_base::Network* network, uint32 ip, int min_port, int max_port,
61 return new RelayPort(thread, factory, network, ip, min_port, max_port,
88 talk_base::Network*, uint32 ip, int min_port, int max_port,
udpport.cc 40 talk_base::Network* network,
42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
  /frameworks/base/cmds/dumpstate/
dumpstate.c 49 char network[PROPERTY_VALUE_MAX], date[80]; local
57 property_get("gsm.operator.alpha", network, "(unknown)");
68 printf("Network: %s\n", network);
115 run_command("NETWORK INTERFACES", 10, "su", "root", "netcfg", NULL);
116 dump_file("NETWORK DEV INFO", "/proc/net/dev");
117 dump_file("QTAGUID NETWORK INTERFACES INFO", "/proc/net/xt_qtaguid/iface_stat_all");
121 dump_file("NETWORK ROUTES", "/proc/net/route");
122 dump_file("NETWORK ROUTES IPV6", "/proc/net/ipv6_route");
132 property_get("dhcp.wlan0.gateway", network, "");
    [all...]
  /external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.h 33 const chromeos::Network* network) OVERRIDE;
35 // Updates data members that keep the track the network stack state.
38 // True if we previously had an active network around.
40 // Current active network's connectivity state.
42 // Current active network's service path.
44 // Current active network's IP address.
  /external/ppp/pppd/
ipxcp.h 48 #define IPX_NETWORK_NUMBER 1 /* IPX Network Number */
64 bool neg_nn; /* Negotiate IPX network number? */
65 bool req_nn; /* Ask peer to send IPX network number */
73 bool accept_network; /* accept network number */
78 u_int32_t his_network; /* base network number */
79 u_int32_t our_network; /* our value for network number */
80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
  /external/chromium/chrome/browser/chromeos/
network_message_observer.h 20 // The network message observer displays a system notification for network
39 virtual bool CheckNetworkFailed(const Network* network);
47 const Network* network);
56 // Network state by service path.
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.h 28 // The network menu button in the status area.
31 // wifi/cellular network.
33 // The network menu looks like this:
36 // <icon> Wifi Network A
37 // <icon> Wifi Network B
38 // <icon> Wifi Network C
39 // <icon> Cellular Network A
40 // <icon> Cellular Network B
41 // <icon> Cellular Network C
48 // Network settings..
    [all...]
network_menu_button.cc 192 const Network* network) {
195 SetNetworkIcon(cros, network);
248 const Network* cellular =
314 const Network* network) {
358 // Only set the icon, if it is an active network that changed.
359 if (network && network->is_active()) {
364 if (network->type() == TYPE_ETHERNET)
394 const Network* network = cros->active_network(); local
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 38 // Network properties.
49 // Called when the network layer has requested a resource underneath
170 // We need to remove duplicates from the list because same network with
173 // network in UI.
175 DictionaryValue* network = new DictionaryValue(); local
176 network->SetString(kNetworkIdProperty, it->network_id);
178 network->SetString(kOperatorNameProperty, it->long_name);
180 network->SetString(kOperatorNameProperty, it->short_name);
182 network->SetString(kOperatorNameProperty, it->network_id);
183 network->SetString(kStatusProperty, it->status)
    [all...]
  /external/dnsmasq/src/
Android.mk 7 netlink.c network.c option.c rfc1035.c rfc2131.c tftp.c util.c
  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 427 chromeos::CellularNetwork* network = local
429 if (network) {
430 network->SetApn(chromeos::CellularNetwork::Apn(
431 apn, network->apn().network_id, username, password));
477 const chromeos::Network* network) {
484 // (if any) and for the connected Wi-Fi network (if any). The
487 // reported via scan results, which trigger network manager
488 // updates. Only the connected Wi-Fi network has changes reported
496 // in network technology, roaming status, and signal strengt
592 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path); local
785 chromeos::WifiNetwork* network = cros->FindWifiNetworkByPath(service_path); local
939 chromeos::VirtualNetwork* network = NULL; local
990 ListValue* network = new ListValue(); local
1190 chromeos::Network* network = cros->FindNetworkFromRemembered(remembered); local
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 32 // NetworkLibraryImpl manages a series of classes that describe network devices
38 // Network: a network service ("network").
39 // network_map_: canonical map<path,Network*> for all visible networks.
41 // ethernet_: EthernetNetwork* to the active ethernet network in network_map_.
42 // WirelessNetwork: a Wifi or Cellular Network.
44 // active_wifi_: WifiNetwork* to the active wifi network in network_map_.
50 // network_unique_id_map_: map<unique_id,Network*> for visible networks.
51 // remembered_network_map_: a canonical map<path,Network*> for all network
2404 Network* network = FindNetworkByPath(path); local
2412 Network* network = FindNetworkByPath(path); local
2420 Network* network = FindNetworkByPath(path); local
2428 Network* network = FindNetworkByPath(path); local
2641 Network* network = networklib->FindNetworkByPath(path); local
2754 Network* network = local
2829 Network* network = local
3407 Network* network = found->second; local
3481 Network* network = FindNetworkFromRemembered(remembered_network); local
3580 Network* network = found->second; local
3629 Network* network = FindNetworkByPath(service_path); local
3671 Network* network; local
    [all...]
  /build/target/product/
generic_no_telephony.mk 66 system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \

Completed in 1258 milliseconds

12 3 4 5 6