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

  /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/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.')
  /compatibility/cdd/6_dev-tools-and-options/
6_1_developer_tools.md 22 MUST implement adb via local-area network (such as Ethernet or Wi-Fi).
  /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 */
  /compatibility/cdd/7_hardware-compatibility/
7_4_data-connectivity.md 365 802.11g, Ethernet, Bluetooth PAN, etc.
378 Ethernet) is the primary data connection
388 If device impelementations support Ethernet networks, they:
390 * [C-2-1] MUST support dual-stack operation on Ethernet.
  /prebuilts/go/darwin-x86/src/net/
net_windows_test.go 557 //Network Adapter: VMware Virtual Ethernet Adapter for VMnet8
dnsclient_unix.go 97 b = make([]byte, 1280) // 1280 is a reasonable initial size for IP over Ethernet, see RFC 4035
  /prebuilts/go/linux-x86/src/net/
net_windows_test.go 557 //Network Adapter: VMware Virtual Ethernet Adapter for VMnet8
dnsclient_unix.go 97 b = make([]byte, 1280) // 1280 is a reasonable initial size for IP over Ethernet, see RFC 4035
  /external/iproute2/doc/
ip-tunnels.tex 401 will find one another automatically and will form virtual Ethernet-like
ip-cref.tex 327 For most devices (f.e.\ for Ethernet) changing the link layer
438 to all hosts sharing the same link. A typical example is an Ethernet link.
551 on Ethernet-like media. This number may have a different sense on other
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 518 milliseconds