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

1 2 3 4 5

  /build/make/target/product/
aosp_mips64.mk 22 # This is for enabling ethernet support for ranchu.
24 PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml
core_minimal.mk 52 ethernet-service \
126 ethernet-service \
  /bionic/libc/bionic/
ether_ntoa.c 31 #include <net/ethernet.h>
34 * Convert Ethernet address to standard hex-digits-and-colons printable form.
48 * Convert Ethernet address to standard hex-digits-and-colons printable form.
ether_aton.c 29 #include <net/ethernet.h>
48 * Convert Ethernet address in the standard hex-digits-and-colons to binary
81 * Convert Ethernet address in the standard hex-digits-and-colons to binary
  /external/autotest/client/common_lib/cros/
dbus_send_unittest.py 29 string "ethernet"
38 string "ethernet"
55 variant string "ethernet"
71 string "ethernet"
151 'AvailableTechnologies': ['ethernet'],
153 'ConnectedTechnologies': ['ethernet'],
157 'DefaultTechnology': 'ethernet',
160 'EnabledTechnologies': ['ethernet'],
  /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.");
  /external/autotest/client/bin/net/
net_utils.py 534 less than the minimum ethernet packet size (60+crc).
552 packet = self._socket.recv(ethernet.ETH_PACKET_MAX_SIZE)
553 if len(packet) >= (ethernet.ETH_PACKET_MIN_SIZE-4):
567 """Send an ethernet packet."""
575 """Send an ethernet frame.
577 Send an ethernet frame, formating the header.
588 packet = ethernet.pack(dst_mac, src_mac, protocol, payload)
595 """Receive an ethernet frame that matches the dst, src and proto.
609 ethernet frame: { 'dst' : byte string,
621 frame = ethernet.unpack(packet
640 class ethernet(object): class in inherits:object
    [all...]
net_utils_unittest.py 752 'eth0 Link encap:Ethernet HWaddr 00:0E:0C:C3:7D:A8\n'\
799 'eth0 Link encap:Ethernet HWaddr 00:0E:0C:C3:7D:A8\n'\
    [all...]
  /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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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,
  /tools/test/connectivity/acts/framework/acts/controllers/
packet_sender.py 291 eth_dst: Ethernet (layer 2) destination address (Optional)
300 # Create Ethernet layer
302 ethernet = scapy.Ether(src=self.src_mac, dst=mac_dst)
304 self.packet = ethernet / ip4
385 # Create Ethernet layer
386 ethernet = scapy.Ether(dst=MAC_BROADCAST, src=self.src_mac)
388 self.packet = ethernet / ip4 / udp / bootp / dhcp
434 eth_dst: Ethernet (layer 2) destination address (Optional)
451 # Create Ethernet layer
452 ethernet = scapy.Ether(src=self.src_mac, dst=hw_dst
    [all...]
  /external/autotest/client/site_tests/network_FirewallHolePunch/
network_FirewallHolePunch.py 89 ethernet = interface.Interface.get_connected_ethernet_interface()
90 self.ip_address = ethernet.ipv4_address
  /device/google/atv/products/
sdk_atv_armv7.mk 37 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
  /bionic/libc/include/netinet/
if_ether.h 42 /* pull in Ethernet-specific definitions and packet structures */
50 #include <net/ethernet.h>
55 * Ethernet Address Resolution Protocol.
76 * Macro to map an IP multicast address to an Ethernet multicast address.
77 * The high-order 25 bits of the Ethernet address are statically assigned,
92 * Macro to map an IP6 multicast address to an Ethernet multicast address.
93 * The high-order 16 bits of the Ethernet address are statically assigned,
  /external/autotest/client/deps/lansim/src/py/
host.py 33 @param hw_addr: Hex or binary representation of the Ethernet address.
87 eth_resp = dpkt.ethernet.Ethernet(
90 type = dpkt.ethernet.ETH_TYPE_ARP,
101 @param hw_addr: The network encoded corresponding Ethernet address.
120 # An IP host group address is mapped to an Ethernet multicast address
122 # 23 bits of the Ethernet multicast address 01-00-5E-00-00-00 (hex).
124 # more than one host group address may map to the same Ethernet
149 hw_pkt = dpkt.ethernet.Ethernet(
    [all...]
  /frameworks/opt/net/ethernet/
Android.mk 28 LOCAL_MODULE := ethernet-service
  /external/autotest/client/profilers/powertop/src/
Makefile 19 sata.o xrandr.o ethernet.o cpufreqstats.o usb.o urbnum.o intelcstates.o
  /external/iptables/extensions/
libxt_mac.c 3 #include <net/ethernet.h>
  /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/iptables/iptables/
getethertype.c 44 #include <net/ethernet.h>
nft-bridge.h 8 #include <net/ethernet.h>
  /external/ltp/testcases/kernel/containers/share/
ns_ifmove.c 32 #include <net/ethernet.h>
  /external/syslinux/gpxe/src/net/
ethernet.c 32 #include <gpxe/ethernet.h>
36 * Ethernet protocol
40 /** Ethernet broadcast MAC address */
44 * Add Ethernet link-layer header
58 /* Build Ethernet header */
67 * Remove Ethernet link-layer header
83 DBG ( "Ethernet packet too short (%zd bytes)\n",
88 /* Strip off Ethernet header */
100 * Initialise Ethernet address
110 * Transcribe Ethernet addres
    [all...]

Completed in 480 milliseconds

1 2 3 4 5