HomeSort by relevance Sort by last modified time
    Searched refs:ethernet (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetService.java 17 package com.android.server.ethernet;
EthernetConfigStore.java 17 package com.android.server.ethernet;
30 * This class provides an API to store and manage Ethernet network configuration.
36 "/misc/ethernet/ipconfig.txt";
45 Log.w(TAG, "No Ethernet configuration found. Using default.");
50 // Currently we only support a single Ethernet interface.
51 Log.w(TAG, "Multiple Ethernet configurations detected. Only reading first one.");
EthernetServiceImpl.java 17 package com.android.server.ethernet;
41 * EthernetServiceImpl handles remote Ethernet operation requests by implementing
89 Log.i(TAG, "Starting Ethernet service");
101 * Get Ethernet configuration
102 * @return the Ethernet Configuration, contained in {@link IpConfiguration}.
114 * Set Ethernet configuration
119 Log.w(TAG, "System isn't ready enough to change ethernet configuration");
140 * Ethernet interfaces.
183 pw.println("Current Ethernet state: ");
189 pw.println("Stored Ethernet configuration: ")
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.h 24 // type is "Ethernet". If |remove_recommended_fields| is true, kRecommended
41 void NormalizeEthernet(base::DictionaryValue* ethernet);
onc_normalizer.cc 95 void Normalizer::NormalizeEthernet(base::DictionaryValue* ethernet) {
96 using namespace ::onc::ethernet;
99 ethernet->GetStringWithoutPathExpansion(kAuthentication, &auth);
100 RemoveEntryUnless(ethernet, kEAP, auth == k8021X);
onc_translator_onc_to_shill.cc 125 onc_object_->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
129 if (authentication == ::onc::ethernet::k8021X)
256 // Set the type except for Ethernet which is set in TranslateEthernet.
onc_translator_shill_to_onc.cc 187 const char* onc_auth = ::onc::ethernet::kAuthenticationNone;
189 onc_auth = ::onc::ethernet::k8021X;
190 onc_object_->SetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
if_ether.h 61 #include <net/ethernet.h>
66 * Ethernet Address Resolution Protocol.
86 * Macro to map an IP multicast address to an Ethernet multicast address.
87 * The high-order 25 bits of the Ethernet address are statically assigned,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_ether.h 61 #include <net/ethernet.h>
66 * Ethernet Address Resolution Protocol.
86 * Macro to map an IP multicast address to an Ethernet multicast address.
87 * The high-order 25 bits of the Ethernet address are statically assigned,
  /build/target/product/
core_minimal.mk 43 ethernet-service \
100 ethernet-service \
  /external/chromium_org/chromeos/network/
policy_applicator.cc 252 // Ethernet (non EAP) settings, like GUID or UIData, cannot be stored per
258 const base::DictionaryValue* ethernet = NULL; local
260 &ethernet);
262 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
264 if (auth == ::onc::ethernet::kAuthenticationNone)
client_cert_util.cc 305 const base::DictionaryValue* ethernet = NULL; local
307 &ethernet);
308 if (ethernet) {
310 ethernet->GetDictionaryWithoutPathExpansion(wifi::kEAP, &eap);
policy_util.cc 101 ::onc::ethernet::kAuthentication, &policy_auth);
104 ::onc::ethernet::kAuthentication, &actual_auth);
250 if (NetworkTypePattern::Ethernet().MatchesType(type))
251 return; // Autoconnect for Ethernet cannot be configured.
network_state_handler_unittest.cc 287 NetworkTypePattern::Ethernet())->path());
494 const NetworkState* ethernet = network_state_handler_->GetNetworkState(eth1); local
495 ASSERT_TRUE(ethernet);
496 EXPECT_EQ("", ethernet->security());
504 ethernet = network_state_handler_->GetNetworkState(eth1);
505 EXPECT_EQ("TestSecurity", ethernet->security());
569 // Disconnect ethernet.
592 // Disconnect ethernet and wifi.
601 // Connect ethernet, should become the default network.
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 240 if (NetworkTypePattern::Ethernet().MatchesType(type)) {
241 // Ethernet has to be configured using an existing Ethernet service.
242 const NetworkState* ethernet = local
244 NetworkTypePattern::Ethernet());
245 if (ethernet) {
246 config_handler->SetProperties(ethernet->path(),
263 *error = "No Ethernet available to configure.";
326 VLOG(2) << "Search for ethernet policy without EAP.";
338 const base::DictionaryValue* ethernet = NULL local
    [all...]
  /external/iptables/extensions/
libxt_mac.c 3 #include <net/ethernet.h>
libipt_realm.c 6 #include <net/ethernet.h>
libipt_CLUSTERIP.c 14 #include <net/ethernet.h>
95 xtables_error(PARAMETER_PROBLEM, "MAC has to be a multicast ethernet address\n");
  /frameworks/opt/net/ethernet/
Android.mk 28 LOCAL_MODULE := ethernet-service
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 25 #include <proto/ethernet.h>
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h 25 #include <proto/ethernet.h>
  /device/asus/grouper/
device-common.mk 68 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
  /external/chromium_org/components/onc/
onc_constants.cc 40 const char kEthernet[] = "Ethernet";
80 const char kEthernet[] = "Ethernet";
161 namespace ethernet { namespace in namespace:onc
166 } // namespace ethernet
  /device/asus/fugu/
device.mk 215 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
  /device/samsung/manta/
device.mk 72 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml

Completed in 2012 milliseconds

1 2 3