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

1234567891011>>

/freebsd-11.0-release/sys/x86/x86/
H A Dautoconf.c65 #include <net/ethernet.h>
/freebsd-11.0-release/lib/lib80211/
H A Dlib80211_ioctl.c66 #include <net/ethernet.h>
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/net/
H A Dt_ether_aton.c53 #include <net/ethernet.h>
/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch_7240.c42 #include <net/ethernet.h>
H A Darswitch_8316.c42 #include <net/ethernet.h>
/freebsd-11.0-release/sys/netinet6/
H A Dip6_gre.c55 #include <net/ethernet.h>
/freebsd-11.0-release/sys/dev/usb/net/
H A Dusb_ethernet.h47 #include <net/ethernet.h>
102 /* ethernet address from eeprom */
/freebsd-11.0-release/sys/dev/wi/
H A Dif_wi_macio.c65 #include <net/ethernet.h>
/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapvar.h64 #include <net/ethernet.h>
/freebsd-11.0-release/sys/net/
H A Dif_vxlan.h34 #include <net/ethernet.h>
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_alq.c57 #include <net/ethernet.h>
H A Dieee80211_crypto_none.c45 #include <net/ethernet.h>
H A Dieee80211_ratectl.c38 #include <net/ethernet.h>
/freebsd-11.0-release/sys/mips/cavium/octe/
H A Dethernet-mv88e61xx.c26 * $FreeBSD: releng/11.0/sys/mips/cavium/octe/ethernet-mv88e61xx.c 259161 2013-12-10 09:38:18Z jmallett $
34 __FBSDID("$FreeBSD: releng/11.0/sys/mips/cavium/octe/ethernet-mv88e61xx.c 259161 2013-12-10 09:38:18Z jmallett $");
46 #include <net/ethernet.h>
51 #include "ethernet-headers.h"
/freebsd-11.0-release/sys/dev/sbni/
H A Dif_sbni_isa.c46 #include <net/ethernet.h>
/freebsd-11.0-release/sys/dev/snc/
H A Dif_snc_pccard.c51 #include <net/ethernet.h>
/freebsd-11.0-release/sbin/ifconfig/
H A Daf_link.c48 #include <net/ethernet.h>
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm_led.c116 #include <net/ethernet.h>
/freebsd-11.0-release/tools/tools/ether_reflect/
H A Dether_reflect.c43 #include <net/ethernet.h>
/freebsd-11.0-release/lib/libc/net/
H A Dether_addr.c33 * ethernet address conversion and lookup routines
46 #include <net/ethernet.h>
64 * Parse a string of text containing an ethernet address and hostname and
84 * Convert an ASCII representation of an ethernet address to binary form.
113 * Convert a binary representation of an ethernet address to an ASCII string.
136 * Map an ethernet address to a hostname. Use either /etc/ethers or NIS/YP.
186 * Map a hostname to an ethernet address using /etc/ethers or NIS/YP.
/freebsd-11.0-release/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac_fdt.c48 #include <net/ethernet.h>

Completed in 163 milliseconds

1234567891011>>