Searched refs:ethernet (Results 26 - 50 of 351) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/i386/i386/
H A Dautoconf.c65 #include <net/ethernet.h>
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-mdio.c43 #include <net/ethernet.h>
47 #include "ethernet-headers.h"
H A Dethernet-mv88e61xx.c46 #include <net/ethernet.h>
50 #include "ethernet-headers.h"
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_monitor.c53 #include <net/ethernet.h>
H A Dieee80211_crypto_none.c44 #include <net/ethernet.h>
/freebsd-9.3-release/sys/netgraph/
H A Dng_ether_echo.c61 #include <net/ethernet.h>
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddve3900-rom.c108 /* This flag is set if a fast ethernet download should be used. */
110 static int ethernet = 0; variable
848 /* When the ethernet is used as the console port on the Densan board,
875 /* If we are not using the ethernet, use the normal monitor load,
877 if (!ethernet)
986 /* Attempt to determine whether the console device is ethernet or serial.
990 ethernet = 0;
994 if (strstr (buf, "ethernet") != NULL)
995 ethernet = 1;
/freebsd-9.3-release/sbin/ifconfig/
H A Daf_link.c48 #include <net/ethernet.h>
H A Difcarp.c38 #include <net/ethernet.h>
/freebsd-9.3-release/sys/boot/fdt/dts/
H A Ddb88f6281.dts196 enet0: ethernet@72000 {
213 phy0: ethernet-phy@0 {
H A Dmpc8572ds.dts390 enet0: ethernet@24000 {
413 phy0: ethernet-phy@0 {
418 phy1: ethernet-phy@1 {
423 phy2: ethernet-phy@2 {
428 phy3: ethernet-phy@3 {
441 enet1: ethernet@25000 {
471 enet2: ethernet@26000 {
501 enet3: ethernet@27000 {
H A Dmpc8555cds.dts232 enet0: ethernet@24000 {
253 phy0: ethernet-phy@0 {
257 device_type = "ethernet-phy";
259 phy1: ethernet-phy@1 {
263 device_type = "ethernet-phy";
272 enet1: ethernet@25000 {
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_addr.h40 #include <net/ethernet.h>
/freebsd-9.3-release/sys/dev/an/
H A Dif_an_isa.c64 #include <net/ethernet.h>
H A Dif_an_pccard.c64 #include <net/ethernet.h>
/freebsd-9.3-release/sys/dev/ed/
H A Dif_ed_sic.c50 #include <net/ethernet.h>
102 * type code and ethernet address check out, then we know we have
/freebsd-9.3-release/sys/dev/sbni/
H A Dif_sbni_isa.c45 #include <net/ethernet.h>
/freebsd-9.3-release/sys/dev/snc/
H A Dif_snc_pccard.c49 #include <net/ethernet.h>
/freebsd-9.3-release/sys/dev/usb/net/
H A Dusb_ethernet.h47 #include <net/ethernet.h>
102 /* ethernet address from eeprom */
/freebsd-9.3-release/sys/mips/atheros/
H A Dar71xx_setup.c44 #include <net/ethernet.h>
H A Dar724x_chip.c44 #include <net/ethernet.h>
H A Dar91xx_chip.c44 #include <net/ethernet.h>
/freebsd-9.3-release/tools/regression/lib/libc/net/
H A Dtest-ether.c31 #include <net/ethernet.h>
/freebsd-9.3-release/tools/tools/ether_reflect/
H A Dether_reflect.c43 #include <net/ethernet.h>
/freebsd-9.3-release/lib/libc/net/
H A Dether_addr.c33 * ethernet address conversion and lookup routines
47 #include <net/ethernet.h>
65 * Parse a string of text containing an ethernet address and hostname and
83 * Convert an ASCII representation of an ethernet address to binary form.
112 * Convert a binary representation of an ethernet address to an ASCII string.
135 * Map an ethernet address to a hostname. Use either /etc/ethers or NIS/YP.
185 * Map a hostname to an ethernet address using /etc/ethers or NIS/YP.

Completed in 184 milliseconds

1234567891011>>