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

1 2

  /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_shill_to_onc.cc 141 const char* onc_auth = ::onc::ethernet::kNone;
143 onc_auth = ::onc::ethernet::k8021X;
144 onc_object_->SetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
onc_translator_onc_to_shill.cc 107 onc_object_->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
111 if (authentication == ::onc::ethernet::k8021X)
198 // Set the type except for Ethernet which is set in TranslateEthernet.
onc_signature.cc 157 { ::onc::ethernet::kAuthentication, &kStringSignature},
158 { ::onc::ethernet::kEAP, &kEAPSignature},
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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,
  /external/chromium_org/chromeos/network/
policy_applicator.cc 235 // Ethernet (non EAP) settings, like GUID or UIData, cannot be stored per
241 const base::DictionaryValue* ethernet = NULL; local
243 &ethernet);
245 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
247 if (auth == ::onc::ethernet::kNone)
261 if (NetworkTypePattern::Ethernet().MatchesType(type))
262 return; // Autoconnect for Ethernet cannot be configured.
client_cert_resolver.cc 225 const base::DictionaryValue* ethernet = NULL; local
227 &ethernet);
228 if (ethernet) {
230 ethernet->GetDictionaryWithoutPathExpansion(wifi::kEAP, &eap);
policy_util.cc 101 ::onc::ethernet::kAuthentication, &policy_auth);
104 ::onc::ethernet::kAuthentication, &actual_auth);
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 241 if (NetworkTypePattern::Ethernet().MatchesType(type)) {
242 // Ethernet has to be configured using an existing Ethernet service.
243 const NetworkState* ethernet = local
245 NetworkTypePattern::Ethernet());
246 if (ethernet) {
247 config_handler->SetProperties(ethernet->path(),
264 *error = "No Ethernet available to configure.";
325 VLOG(2) << "Search for ethernet policy without EAP.";
337 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");
  /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>
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 198 #detailsInternetPage[ethernet] .wifi-details,
199 #detailsInternetPage[ethernet] .cellular-details,
  /external/chromium_org/components/onc/
onc_constants.cc 37 const char kEthernet[] = "Ethernet";
54 const char kEthernet[] = "Ethernet";
110 namespace ethernet { namespace in namespace:onc
115 } // namespace ethernet
onc_constants.h 142 namespace ethernet { namespace in namespace:onc
147 } // namespace ethernet
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 49 #include <net/ethernet.h>
309 error("Interface %s not Ethernet", cmd);
pppoe.h 29 /* How do we access raw Ethernet devices? */
43 #error Unknown method for accessing raw Ethernet frames
94 #include <sys/ethernet.h>
149 /* Ethernet frame types according to RFC 2516 */
205 /* A PPPoE Packet, including Ethernet headers */
207 struct ethhdr ethHdr; /* Ethernet header */
320 /* True if Ethernet address is broadcast or multicast */
  /external/chromium/chrome/browser/
browser_about_handler.cc 478 output.append("<h3>Ethernet:</h3><table border=1>");
479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network(); local
480 if (ethernet) {
481 output.append("<tr>" + ToHtmlTableHeader(ethernet) + "</tr>");
482 output.append("<tr>" + ToHtmlTableRow(ethernet) + "</tr>");
    [all...]
  /external/iputils/ninfod/
ni_ifaddrs.c 78 #include <net/ethernet.h> /* the L2 protocols */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 30 #include <proto/ethernet.h>
524 "could not parse as an ethernet MAC address\n");

Completed in 983 milliseconds

1 2