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

/external/chromium_org/chromeos/network/
H A Dnetwork_type_pattern.h30 static NetworkTypePattern Ethernet();
40 // Note: Shill distinguishes Ethernet without EAP from Ethernet with EAP. If
H A Dnetwork_type_pattern.cc77 NetworkTypePattern NetworkTypePattern::Ethernet() { function in class:chromeos::NetworkTypePattern
127 if (Equals(Ethernet()))
H A Dnetwork_type_pattern_unittest.cc19 ethernet_(NetworkTypePattern::Ethernet()),
66 // Cellular matches NonVirtual. NonVirtual matches Ethernet. But Cellular
67 // doesn't match Ethernet.
H A Dnetwork_change_notifier_chromeos.cc199 if (NetworkTypePattern::Ethernet().MatchesType(type))
H A Dpolicy_applicator.cc247 // Ethernet (non EAP) settings, like GUID or UIData, cannot be stored per
276 if (NetworkTypePattern::Ethernet().MatchesType(type))
277 return; // Autoconnect for Ethernet cannot be configured.
H A Dnetwork_configuration_handler.cc272 if (NetworkTypePattern::Ethernet().MatchesType(type)) {
H A Dnetwork_state_handler_unittest.cc261 NetworkTypePattern::Ethernet())->path());
H A Dnetwork_state_handler.cc389 NET_LOG_ERROR("GetEAPForEthernet", "Not of type Ethernet: " + service_path);
419 "Ethernet service %s connected using EAP, but no "
618 // Notify a change for each Ethernet service using this device.
620 GetNetworkListByType(NetworkTypePattern::Ethernet(),
/external/chromium_org/chrome/browser/chromeos/login/
H A Dhelper.cc67 if (network->Matches(NetworkTypePattern::Ethernet()))
74 if (network->Matches(NetworkTypePattern::Ethernet()))
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_utils_chromeos.cc51 if (chromeos::NetworkTypePattern::Ethernet().MatchesType(type))
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dproxy_settings_dialog.cc78 if (network_name.empty() && network.Matches(NetworkTypePattern::Ethernet())) {
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils.cc239 if (NetworkTypePattern::Ethernet().MatchesType(type)) {
240 // Ethernet has to be configured using an existing Ethernet service.
243 NetworkTypePattern::Ethernet());
262 *error = "No Ethernet available to configure.";
351 // In all cases except Ethernet, we use the GUID of |network|.
352 if (!network.Matches(NetworkTypePattern::Ethernet()))
355 // Ethernet is always shared and thus cannot store a GUID per user. Thus we
356 // search for any Ethernet policy intead of a matching GUID.
359 // in state "connected". An EthernetEAP policy must be applied, if an Ethernet
[all...]
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc387 // Ethernet
390 handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet());
392 handler->FirstNetworkByType(NetworkTypePattern::Ethernet());
625 handler->FormattedHardwareAddressForType(NetworkTypePattern::Ethernet());
/external/libpcap/msdos/
H A Dpkt_rx1.s8 %define ETH_MTU 1500 ; max data size on Ethernet
H A Dpkt_rx0.asm16 RX_BUF_SIZE = 1500 ; max message size on Ethernet
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h29 /* How do we access raw Ethernet devices? */
43 #error Unknown method for accessing raw Ethernet frames
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/
H A Dusb.ids57 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
1391 000a NetMate Ethernet
1392 000c NetMate2 Ethernet
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_icon.cc507 if (network->Matches(NetworkTypePattern::Ethernet())) {
842 // Otherwise just show the network name or 'Ethernet'.
843 if (network->Matches(NetworkTypePattern::Ethernet())) {
906 network->Matches(NetworkTypePattern::Ethernet())) {
H A Dnetwork_state_list_detailed_view.cc795 NetworkTypePattern::Ethernet());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc301 if (state->Matches(NetworkTypePattern::Ethernet())) {
1550 // Enable static ip config for Ethernet or WiFi.
1551 bool staticIPConfig = network->Matches(NetworkTypePattern::Ethernet()) ||
1699 FirstNetworkByType(NetworkTypePattern::Ethernet());
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_service.cc107 // 1500 is a good MTU value for most Ethernet LANs.
442 InsertBestBindAddressChromeOS(chromeos::NetworkTypePattern::Ethernet(),
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api_chromeos.cc372 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet()))
/external/chromium_org/chromeos/network/onc/
H A Donc_utils.cc660 return NetworkTypePattern::Ethernet();
/external/iproute2/doc/
H A Dip-tunnels.tex401 will find one another automatically and will form virtual Ethernet-like
H A Dip-cref.tex292 For most devices (f.e.\ for Ethernet) changing the link layer
403 to all hosts sharing the same link. A typical example is an Ethernet link.
516 on Ethernet-like media. This number may have a different sense on other
2974 at least on Ethernet and Token Ring.

Completed in 4828 milliseconds