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

1 23 4 5

  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
ibft.c 40 #include <gpxe/ethernet.h>
  /external/syslinux/gpxe/src/drivers/net/
3c5x9.c 29 #include <gpxe/ethernet.h>
157 * The 3c509 automatically pads short packets to minimum ethernet length,
403 DBG ( "Ethernet Address: %s\n", eth_ntoa ( nic->node_addr ) );
3c595.c 33 #include <gpxe/ethernet.h>
187 * The 3c595 automatically pads short packets to minimum ethernet length,
509 DBG ( "Ethernet address: %s\n", eth_ntoa (nic->node_addr) );
cs89x0.c 91 #include <gpxe/ethernet.h>
362 /* set the ethernet address */
576 /* Retrieve and print the ethernet address. */
585 /* Retrieve and print the ethernet address. */
depca.c 11 /* depca.c: A DIGITAL DEPCA & EtherWORKS ethernet driver for linux.
28 of DEPCA and EtherWORKS ethernet cards:
60 2) "Ethernet/IEEE 802.3 Family. 1992 World Network Data Book/Handbook",
62 3) "Am79C90 CMOS Local Area Network Controller for Ethernet (C-LANCE)",
64 4) "Am79C960 PCnet-ISA(tm), Single-Chip Ethernet Controller for ISA",
66 5) "DEC EtherWORKS LC Ethernet Controller Owners Manual",
68 6) "DEC EtherWORKS Turbo Ethernet Controller Owners Manual",
72 8) "DEC EtherWORKS Turbo_(TP BNC) Ethernet Controller Owners Manual",
79 The original DEPCA card requires that the ethernet ROM address counter
98 in the Ethernet station address PROM at the expected I/O address for th
    [all...]
epic100.c 2 /* epic100.c: A SMC 83c170 EPIC/100 fast ethernet driver for Etherboot */
11 #include <gpxe/ethernet.h>
301 * Arguments: char d[6]: destination ethernet address.
302 * unsigned short t: ethernet protocol type.
ne2k_isa.c 27 #include <gpxe/ethernet.h>
3c515.c 20 * Copyright (C) 1997-2002 Donald Becker 3c515.c: A 3Com ISA EtherLink XL "Corkscrew" ethernet driver for linux.
54 #include <gpxe/ethernet.h>
521 * The 3c515 automatically pads short packets to minimum ethernet length,
563 DISABLE - Turn off ethernet interface
3c90x.c 50 #include <gpxe/ethernet.h>
  /external/syslinux/gpxe/src/net/
aoe.c 30 #include <gpxe/ethernet.h>
  /bionic/tests/
ifaddrs_test.cpp 24 #include <net/ethernet.h>
  /external/iputils/ninfod/
ni_ifaddrs.c 78 #include <net/ethernet.h> /* the L2 protocols */
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmpv4_sender.c 50 #include <net/ethernet.h>
304 * This function sets the source and destination ethernet address completely
407 * pkt : Payload of the Ethernet frame (Namely, IPv6 packet
ns-icmp_redirector.c 53 #include <net/ethernet.h>
ns-icmpv6_sender.c 50 #include <net/ethernet.h>
630 * pkt : Payload of the Ethernet frame (Namely, IPv6 packet)
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undinet.c 32 #include <gpxe/ethernet.h>
  /external/syslinux/gpxe/src/util/
hijack.c 11 #include <net/ethernet.h>
184 * Set up filter for hijacked ethernet connection
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 17 package com.android.server.ethernet;
57 * Manages connectivity for an Ethernet interface.
59 * Ethernet Interfaces may be present at boot time or appear after boot (e.g.,
60 * for Ethernet adapters connected over USB). This class currently supports
74 private static final String NETWORK_TYPE = "Ethernet";
100 /** To notify Ethernet status. */
417 // If an Ethernet interface is already connected, start tracking that.
418 // Otherwise, the first Ethernet interface to appear will be tracked.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 30 #include <proto/ethernet.h>
524 "could not parse as an ethernet MAC address\n");
  /device/huawei/angler/
device.mk 156 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
  /device/lge/bullhead/
device.mk 124 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
  /external/webrtc/webrtc/base/
network_unittest.cc 690 Network ethernet("eth0", "Ethernet", IPAddress(0x12345600U), 24,
692 EXPECT_EQ(ADAPTER_TYPE_ETHERNET, ethernet.type());
    [all...]
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 26 // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ...
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 26 // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ...
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 31 #include <net/ethernet.h>
69 * ethernet packet type (see /usr/include/net/ethertypes.h)
71 * Checks the ethernet packet header to determine its type.
74 * Note that the ethernet type names come from "pppoe.h" and the packet
93 * type -- Ethernet frame type
96 * A raw socket for talking to the Ethernet card. Exits on error.
98 * Opens a raw Ethernet socket
146 sprintf(buffer, "Interface %.16s is not Ethernet", ifname);
457 /* Set destination to Ethernet broadcast address */
588 printf("AC-Ethernet-Address: %02x:%02x:%02x:%02x:%02x:%02x\n"
    [all...]

Completed in 534 milliseconds

1 23 4 5