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

  /external/u-boot/drivers/usb/gadget/
Kconfig 160 bool "USB Ethernet Gadget"
164 Creates an Ethernet network device through a USB peripheral
174 prompt "USB Ethernet Gadget Model"
177 There is several models (protocols) to implement Ethernet over USB
178 devices. The main ones are Microsoft's RNDIS and USB's CDC-Ethernet
186 CDC (Communications Device Class) is the standard for Ethernet over
188 protocol is ECM (Ethernet Control Model). However, compatibility with
195 Microsoft proprietary protocol to create an Ethernet device over USB.
202 string "USB Gadget Ethernet device mac address"
205 Ethernet MAC address of the device-side (ie. local board's) MA
    [all...]
  /external/u-boot/net/
Kconfig 14 Selecting this will allow the Ethernet interface to function
  /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...]
simulator.py 262 pkt = dpkt.ethernet.Ethernet(raw[4:])
267 callback(dpkt.ethernet.Ethernet(raw[4:]))
  /external/u-boot/board/imgtec/xilfpga/
README 54 3- Load uImage via tftp. Ethernet works in u-boot.
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 32 """Configures the Static IP parameters for the Ethernet interface
63 """Clears configuration of Static IP parameters for the Ethernet
80 """Check the properties of the Ethernet service to make sure that
146 raise error.TestFail('Ethernet service did not become connected.')
  /external/u-boot/board/ms7722se/
lowlevel_init.S 186 CS6ABCR_A: .long CS6ABCR ! Ethernet
  /external/u-boot/board/sandbox/
README.sandbox 203 For Ethernet network adapters, the bridge utilizes the RAW AF_PACKET API. This
205 means that all of the Ethernet frame is included. This allows the U-Boot network
212 The RAW sockets Ethernet API requires elevated privileges in Linux. You can
250 doesn't support Ethernet-level traffic. It is a higher-level interface that is
253 set the IP_HDRINCL option to include everything except the Ethernet header in
  /external/walt/docs/
Development.md 6 #### Using a USB hub and a USB Ethernet adapter
8 ADB can work over TCP connections. The [official documentation](https://developer.android.com/studio/command-line/adb.html#wireless) assumes that the TCP connection is established over WiFi, but a wired Ethernet connection can be used in the same way and is reported to work much better with ADB. Android will recognize and use most USB-Ethernet adapters out of the box.
14 1. Use the hub to connect WALT, Ethernet adapter and whatever other USB peripherals you might want to test using WALT
  /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 25 /* How do we access raw Ethernet devices? */
39 #error Unknown method for accessing raw Ethernet frames
102 /* Ethernet frame types according to RFC 2516 */
178 /* A PPPoE Packet, including Ethernet headers */
180 struct ethhdr ethHdr; /* Ethernet header */
304 /* True if Ethernet address is broadcast or multicast */
  /external/scapy/scapy/
sendrecv.py 660 >>> sniff(iface={"eth0": "Ethernet", "mon0": "Wifi"},
  /external/bcc/src/lua/bpf/
proto.lua 499 proto_etherip = 97, -- Ethernet in IPv4
  /external/u-boot/scripts/
checkpatch.pl     [all...]

Completed in 799 milliseconds