HomeSort by relevance Sort by last modified time
    Searched refs:network (Results 101 - 125 of 402) sorted by null

1 2 3 45 6 7 8 91011>>

  /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...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.h 31 virtual void CallConnectToNetwork(Network* network) OVERRIDE;
46 virtual void CallRemoveNetwork(const Network* network) OVERRIDE;
67 virtual void DisconnectFromNetwork(const Network* network) OVERRIDE;
85 // network's service path which is mapped to the Shill dictionary.
92 void AddStubNetwork(Network* network, NetworkProfileType profile_type);
93 void AddStubRememberedNetwork(Network* network)
    [all...]
native_network_parser.h 21 // This is the network device parser that parses the data from the
22 // network stack on the native platform. Currently it parses
37 // Parsing helper routines specific to native network devices.
55 // This is the network parser that parses the data from the network
69 virtual Network* CreateNewNetwork(ConnectionType type,
73 Network* network) OVERRIDE;
85 // Below are specific types of network parsers.
103 Network* network) OVERRIDE
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 33 package com.jme3.network.base;
35 import com.jme3.network.ErrorListener;
36 import com.jme3.network.Message;
37 import com.jme3.network.MessageListener;
38 import com.jme3.network.kernel.Connector;
39 import com.jme3.network.kernel.ConnectorException;
101 // on the server is similarly blocked then the TCP network buffers may
  /external/chromium_org/ash/system/chromeos/network/
network_icon.h 30 // Gets the image for the network associated with |service_path|. |network| must
32 // show the VPN badge. This caches badged icons per network per |icon_type|.
34 const chromeos::NetworkState* network,
37 // Gets the fulls strength image for a connected network type.
42 // Gets the image for a connecting network type.
47 // Gets the image for a disconnected network type.
52 // Returns the label for |network| based on |icon_type|. |network| can be NULL.
54 const chromeos::NetworkState* network,
    [all...]
network_state_notifier.h 11 #include "ash/system/chromeos/network/network_tray_delegate.h"
15 #include "chromeos/network/network_state_handler_observer.h"
35 // Cellular network is out of credits.
46 const chromeos::NetworkState* network) OVERRIDE;
48 const chromeos::NetworkState* network) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 61 const std::string& network) {
63 actor_->SetErrorState(error_state, network);
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector.h 15 // This class handles all notifications about network changes from
17 // network to CaptivePortalService.
41 // Called when portal detection is completed for |network|, or
43 // second case, |network| is the active network and |state| is a
44 // current portal state for the active network, which can be
46 // detection is in process for the active network. Note, that
47 // |network| may be NULL.
49 const NetworkState* network,
63 // OnPortalDetectionCompleted() with the active network (which ma
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.h 8 #include "ash/system/chromeos/network/network_icon_animation_observer.h"
12 #include "chromeos/network/network_state_handler_observer.h"
24 // Class which implements network dropdown menu using WebUI.
50 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
52 const NetworkState* network) OVERRIDE;
59 // as control refreshes itself on network state change.
66 // Request a network scan and refreshes control state. Should be called
70 // The Network menu.
80 // Timer used to periodically force network scan.
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos.cc 21 #include "chromeos/network/network_handler.h"
22 #include "chromeos/network/network_state.h"
23 #include "chromeos/network/network_state_handler.h"
37 // Network status in the context of device update.
39 // It's allowed in device policy to use current network for update.
41 // It's disallowed in device policy to use current network for update.
49 NetworkStatus GetNetworkStatus(const chromeos::NetworkState* network) {
50 if (!network || !network->IsConnectedState()) // Offline state.
55 if (network->type() == flimflam::kTypeBluetooth
94 const chromeos::NetworkState* network = local
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
Vector3Serializer.java 1 package com.jme3.network.serializing.serializers;
4 import com.jme3.network.serializing.Serializer;
GZIPSerializer.java 33 package com.jme3.network.serializing.serializers;
35 import com.jme3.network.Message;
36 import com.jme3.network.message.GZIPCompressedMessage;
37 import com.jme3.network.serializing.Serializer;
ZIPSerializer.java 33 package com.jme3.network.serializing.serializers;
35 import com.jme3.network.Message;
36 import com.jme3.network.message.ZIPCompressedMessage;
37 import com.jme3.network.serializing.Serializer;
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestNetworkStress.java 33 package jme3test.network;
35 import com.jme3.network.*;
53 Server server = Network.createServer(5110);
58 Client client = Network.connectToServer("localhost", 5110);
MovingAverage.java 33 package jme3test.network;
TestLatency.java 33 package jme3test.network;
35 import com.jme3.network.*;
36 import com.jme3.network.serializing.Serializable;
37 import com.jme3.network.serializing.Serializer;
75 Server server = Network.createServer(5110);
78 client = Network.connectToServer("localhost", 5110);
  /external/chromium_org/chrome/browser/chromeos/login/
proxy_settings_dialog.cc 12 #include "chromeos/network/network_state.h"
30 const char* kProxySettingsURLParam = "?network=%s";
53 ProxySettingsDialog::ProxySettingsDialog(const NetworkState& network,
59 GetURLForProxySettings(network.path()),
72 std::string network_name = network.name();
73 if (network_name.empty() && network.type() == flimflam::kTypeEthernet) {
  /external/chromium_org/chrome/browser/chromeos/options/
network_connect.h 11 #include "chromeos/network/onc/onc_constants.h"
26 // * Showing network plan info
29 // Shows the network settings subpage for |service_path| (or the main
30 // network settings page if empty).
33 // Handle an unconfigured network:
39 // If the network UIData has a matching enrollment URL, triggers the enrollment
44 // Looks up the policy for |network| for the current active user and sets
47 const NetworkState* network,
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.h 23 // Before reading/setting a proxy config, a network has to be selected using
24 // either SetCurrentNetwork (any remembered network) or
37 // Called by UI to set the network with service path |current_network| to be
39 // network, until this method is called again.
45 // the last proxy config of the current network or the one last set by
50 // and persists |config| to shill for the current network.
55 // |network| and if user is using shared proxies. The effective config is
56 // stored in |current_ui_config_| but not activated on network stack, and
58 void DetermineEffectiveConfig(const NetworkState& network);
60 // Service path of network whose proxy configuration is being displayed o
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router.h 9 #include "chromeos/network/network_state_handler_observer.h"
38 virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE;
41 // Decide if we should listen for network changes or not. If there are any
43 // want to register for change notification from the network state handler.
44 // Otherwise, we want to unregister and not be listening to network changes.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Envelope.java 33 package com.jme3.network.kernel;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
NioEndpoint.java 33 package com.jme3.network.kernel.tcp;
35 import com.jme3.network.kernel.Endpoint;
36 import com.jme3.network.kernel.Kernel;
37 import com.jme3.network.kernel.KernelException;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
SerializerRegistration.java 33 package com.jme3.network.serializing;
  /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()),
  /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);

Completed in 483 milliseconds

1 2 3 45 6 7 8 91011>>