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

1 2

  /external/chromium_org/chromeos/network/
network_type_pattern.h 29 // Matches ethernet networks (with or without EAP).
30 static NetworkTypePattern Ethernet();
40 // Note: Shill distinguishes Ethernet without EAP from Ethernet with EAP. If
network_type_pattern.cc 77 NetworkTypePattern NetworkTypePattern::Ethernet() {
127 if (Equals(Ethernet()))
network_type_pattern_unittest.cc 19 ethernet_(NetworkTypePattern::Ethernet()),
66 // Cellular matches NonVirtual. NonVirtual matches Ethernet. But Cellular
67 // doesn't match Ethernet.
network_change_notifier_chromeos.cc 199 if (NetworkTypePattern::Ethernet().MatchesType(type))
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_configuration_handler.cc 273 if (NetworkTypePattern::Ethernet().MatchesType(type)) {
network_state_handler.cc 57 "ethernet,wifi,cellular";
389 NET_LOG_ERROR("GetEAPForEthernet", "Not of type Ethernet: " + service_path);
395 // The same EAP service is shared for all ethernet services/devices.
402 base::StringPrintf("Unknown device %s of connected ethernet service %s",
419 "Ethernet service %s connected using EAP, but no "
619 // Notify a change for each Ethernet service using this device.
621 GetNetworkListByType(NetworkTypePattern::Ethernet(),
    [all...]
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/login/
helper.cc 64 if (network->Matches(NetworkTypePattern::Ethernet()))
71 if (network->Matches(NetworkTypePattern::Ethernet()))
  /external/chromium_org/chrome/browser/ui/webui/help/
help_utils_chromeos.cc 50 if (chromeos::NetworkTypePattern::Ethernet().MatchesType(type))
  /external/chromium_org/chrome/browser/chromeos/login/ui/
proxy_settings_dialog.cc 78 if (network_name.empty() && network.Matches(NetworkTypePattern::Ethernet())) {
  /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/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 389 // Ethernet
390 // Only display an ethernet icon if enabled, and an ethernet network exists.
392 handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet());
394 handler->FirstNetworkByType(NetworkTypePattern::Ethernet());
579 // * Hardware addresses for wifi and ethernet.
626 handler->FormattedHardwareAddressForType(NetworkTypePattern::Ethernet());
  /external/libpcap/msdos/
pkt_rx1.s 8 %define ETH_MTU 1500 ; max data size on Ethernet
pkt_rx0.asm 16 RX_BUF_SIZE = 1500 ; max message size on Ethernet
  /external/ppp/pppd/plugins/rp-pppoe/
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_org/third_party/usb_ids/
usb.ids 57 0008 101 Ethernet [klsi]
550 811c Ethernet HN210E
1003 0001 LUA-TX Ethernet [pegasus]
1004 0005 LUA-TX Ethernet
1006 0009 LUA2-TX Ethernet
1009 0012 LUA-KTX Ethernet
1016 003d LUA-U2-KTX Ethernet
1025 006e LUA-U2-GT 10/100/1000 Ethernet Adapter
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 41 Constants.NETWORK_ORDER = ['Ethernet',
123 if (data.Type == 'Ethernet')
1022 // Only show Ethernet control if connected.
1025 var type = String('Ethernet');
    [all...]
internet_detail.js 653 if (this.type_ == 'Ethernet') {
654 // Ethernet can never be connected or disconnected and can always be
740 if (type == 'Ethernet')
    [all...]
  /external/chromium_org/ui/chromeos/network/
network_icon.cc 506 if (network->Matches(NetworkTypePattern::Ethernet())) {
842 // Otherwise just show the network name or 'Ethernet'.
843 if (network->Matches(NetworkTypePattern::Ethernet())) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 377 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet()))
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 541 NetworkTypePattern::Ethernet());
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service.cc 107 // 1500 is a good MTU value for most Ethernet LANs.
129 // ChromeOS version can prioritize wifi and ethernet interfaces.
442 InsertBestBindAddressChromeOS(chromeos::NetworkTypePattern::Ethernet(),
  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 664 return NetworkTypePattern::Ethernet();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 563 milliseconds

1 2