Searched refs:ethernet (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/chromeos/network/onc/
H A Donc_normalizer.h41 void NormalizeEthernet(base::DictionaryValue* ethernet);
H A Donc_normalizer.cc95 void Normalizer::NormalizeEthernet(base::DictionaryValue* ethernet) { argument
96 using namespace ::onc::ethernet;
99 ethernet->GetStringWithoutPathExpansion(kAuthentication, &auth);
100 RemoveEntryUnless(ethernet, kEAP, auth == k8021X);
H A Donc_translator_onc_to_shill.cc125 onc_object_->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
129 if (authentication == ::onc::ethernet::k8021X)
H A Donc_translator_shill_to_onc.cc187 const char* onc_auth = ::onc::ethernet::kAuthenticationNone;
189 onc_auth = ::onc::ethernet::k8021X;
190 onc_object_->SetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
H A Donc_signature.cc169 { ::onc::ethernet::kAuthentication, &kStringSignature},
170 { ::onc::ethernet::kEAP, &kEAPSignature},
H A Donc_validator.cc525 using namespace ::onc::ethernet;
/external/chromium_org/chromeos/network/
H A Dpolicy_applicator.cc258 const base::DictionaryValue* ethernet = NULL; local
260 &ethernet);
262 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
264 if (auth == ::onc::ethernet::kAuthenticationNone)
H A Dclient_cert_util.cc305 const base::DictionaryValue* ethernet = NULL; local
307 &ethernet);
308 if (ethernet) {
310 ethernet->GetDictionaryWithoutPathExpansion(wifi::kEAP, &eap);
H A Dpolicy_util.cc101 ::onc::ethernet::kAuthentication, &policy_auth);
104 ::onc::ethernet::kAuthentication, &actual_auth);
H A Dnetwork_state_handler_unittest.cc494 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.
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc242 const NetworkState* ethernet = local
245 if (ethernet) {
246 config_handler->SetProperties(ethernet->path(),
326 VLOG(2) << "Search for ethernet policy without EAP.";
338 const base::DictionaryValue* ethernet = NULL; local
340 &ethernet);
343 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
345 if (auth == ::onc::ethernet::kAuthenticationNone)
/external/iptables/extensions/
H A Dlibxt_mac.c3 #include <net/ethernet.h>
H A Dlibipt_realm.c6 #include <net/ethernet.h>
H A Dlibipt_CLUSTERIP.c14 #include <net/ethernet.h>
95 xtables_error(PARAMETER_PROBLEM, "MAC has to be a multicast ethernet address\n");
/external/chromium_org/components/onc/
H A Donc_constants.cc161 namespace ethernet { namespace in namespace:onc
166 } // namespace ethernet
H A Donc_constants.h190 namespace ethernet { namespace in namespace:onc
195 } // namespace ethernet
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c49 #include <net/ethernet.h>
H A Dpppoe.h94 #include <sys/ethernet.h>
H A Dif.c32 #include <net/ethernet.h>
115 * ethernet packet type (see /usr/include/net/ethertypes.h)
117 * Checks the ethernet packet header to determine its type.
120 * Note that the ethernet type names come from "pppoe.h" and the packet
176 sprintf(buffer, "interface %.16s has more than one ethernet address", ifname);
187 sprintf(buffer, "interface %.16s has no ethernet address", ifname);
207 * Note that the ethernet type names come from "pppoe.h" and are
210 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 12), /* ethernet type */
753 /* ethernet address retrieved as part of DL_INFO_ACK - delphys 20010803 */
/external/iputils/ninfod/
H A Dni_ifaddrs.c78 #include <net/ethernet.h> /* the L2 protocols */
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork_unittest.cc544 Network ethernet("eth0", "Ethernet", IPAddress(0x12345600U), 24,
546 EXPECT_EQ(ADAPTER_TYPE_ETHERNET, ethernet.type());
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc89 # include <net/ethernet.h>
160 #include <net/ethernet.h>
/external/dnsmasq/src/
H A Ddnsmasq.h91 # include <net/ethernet.h>
/external/chromium_org/chrome/browser/chromeos/options/
H A Dwifi_config_view.cc729 // When configuring an ethernet service, we actually configure the
1380 ? ::onc::ethernet::kEAP
/external/ppp/pppd/
H A Dsys-solaris.c128 #include <sys/ethernet.h>
528 * walks the list of valid ethernet interfaces, and convert the first

Completed in 576 milliseconds

12