Searched refs:ARPHRD_ETHER (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Drarp.c91 ap->arp_hrd = htons(ARPHRD_ETHER);
179 if (ap->arp_hrd != htons(ARPHRD_ETHER) ||
H A Darp.c104 ah->arp_hrd = htons(ARPHRD_ETHER);
197 if (ah->arp_hrd != htons(ARPHRD_ETHER) ||
261 if (arp->arp_hrd != htons(ARPHRD_ETHER) ||
/freebsd-13-stable/sys/net/
H A Dif_arp.h50 #define ARPHRD_ETHER 1 /* ethernet hardware format */ macro
H A Ddebugnet_inet.c249 ah->ar_hrd = htons(ARPHRD_ETHER);
299 if (ntohs(ah->ar_hrd) != ARPHRD_ETHER) {
H A Dif_ethersubr.c170 ah->ar_hrd = htons(ARPHRD_ETHER);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-arp.c52 #define ARPHRD_ETHER 1 /* ethernet hardware format */ macro
112 { ARPHRD_ETHER, "Ethernet" },
/freebsd-13-stable/sbin/dhclient/
H A Dpacket.c157 from->htype = ARPHRD_ETHER;
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c225 if (ifr.ifr_hwaddr.sa_family != ARPHRD_ETHER) {
H A Ddriver_macsec_qca.c246 if (ifr.ifr_hwaddr.sa_family != ARPHRD_ETHER) {
H A Ddriver_macsec_linux.c1520 if (ifr.ifr_hwaddr.sa_family != ARPHRD_ETHER) {
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c148 dev_addr->dev_type = ARPHRD_ETHER;
157 dev_addr->dev_type = ARPHRD_ETHER;
H A Dib_cma.c599 if (dev_type == ARPHRD_ETHER && rdma_protocol_roce(device, port)) {
2865 ARPHRD_INFINIBAND : ARPHRD_ETHER;
/freebsd-13-stable/usr.sbin/rarpd/
H A Drarpd.c490 ntohs(ap->arp_hrd) != ARPHRD_ETHER ||
/freebsd-13-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1171 h->ar_hrd = htons(ARPHRD_ETHER);
1671 h->ar_hrd = htons(ARPHRD_ETHER);
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c710 case ARPHRD_ETHER:
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2099 ep->ea_hdr.ar_hrd = htons(ARPHRD_ETHER);
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c2712 * "Ethernet", i.e. ARPHRD_ETHER, for non-monitor-
3162 case ARPHRD_ETHER:
3167 * ARPHRD_ETHER, even though the packets supplied by
3191 * have ARPHRD_ETHER but that shouldn't offer DLT_DOCSIS as

Completed in 164 milliseconds