ARPHRD_ETHER
#ifndef ARPHRD_ETHER /* OpenBSD breaks on multiple inclusions */
from->htype = ARPHRD_ETHER;
if (ah->arp_hrd != htons(ARPHRD_ETHER) ||
if (arp->arp_hrd != htons(ARPHRD_ETHER) ||
ah->arp_hrd = htons(ARPHRD_ETHER);
if (ap->arp_hrd != htons(ARPHRD_ETHER) ||
ap->arp_hrd = htons(ARPHRD_ETHER);
ep->ea_hdr.ar_hrd = htons(ARPHRD_ETHER);
ah->ar_hrd = htons(ARPHRD_ETHER);
if (ntohs(ah->ar_hrd) != ARPHRD_ETHER) {
ah->ar_hrd = htons(ARPHRD_ETHER);
case ARPHRD_ETHER:
dev_addr->dev_type = ARPHRD_ETHER;
dev_addr->dev_type = ARPHRD_ETHER;
ARPHRD_INFINIBAND : ARPHRD_ETHER;
if (dev_type == ARPHRD_ETHER && rdma_protocol_roce(device, port)) {
h->ar_hrd = htons(ARPHRD_ETHER);
h->ar_hrd = htons(ARPHRD_ETHER);
ntohs(ap->arp_hrd) != ARPHRD_ETHER ||