ar_hrd           2571 drivers/net/bonding/bond_main.c 	    arp->ar_hrd != htons(ARPHRD_ETHER) ||
ar_hrd           1201 drivers/net/ethernet/via/via-velocity.h 	__be16 ar_hrd;
ar_hrd           1828 drivers/net/vxlan.c 	if ((parp->ar_hrd != htons(ARPHRD_ETHER) &&
ar_hrd           1829 drivers/net/vxlan.c 	     parp->ar_hrd != htons(ARPHRD_IEEE802)) ||
ar_hrd           1241 drivers/net/wireless/ti/wlcore/cmd.c 	arp_hdr->ar_hrd = cpu_to_be16(ARPHRD_ETHER);
ar_hrd            145 include/uapi/linux/if_arp.h 	__be16		ar_hrd;		/* format of hardware address	*/
ar_hrd           1127 net/batman-adv/bridge_loop_avoidance.c 	if (arphdr->ar_hrd != htons(ARPHRD_ETHER))
ar_hrd           1080 net/batman-adv/distributed-arp-table.c 	if (arphdr->ar_hrd != htons(ARPHRD_ETHER))
ar_hrd             33 net/bridge/netfilter/ebt_arp.c 	    NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd))
ar_hrd             72 net/bridge/netfilter/ebt_arp.c 		if (ah->ar_hln != ETH_ALEN || ah->ar_hrd != htons(ARPHRD_ETHER))
ar_hrd            150 net/bridge/netfilter/ebt_log.c 			ntohs(ah->ar_hrd), ntohs(ah->ar_pro),
ar_hrd            156 net/bridge/netfilter/ebt_log.c 		if (ah->ar_hrd == htons(1) &&
ar_hrd            473 net/core/flow_dissector.c 	if (arp->ar_hrd != htons(ARPHRD_ETHER) ||
ar_hrd            569 net/ipv4/arp.c 		arp->ar_hrd = htons(dev->type);
ar_hrd            575 net/ipv4/arp.c 		arp->ar_hrd = htons(ARPHRD_AX25);
ar_hrd            581 net/ipv4/arp.c 		arp->ar_hrd = htons(ARPHRD_NETROM);
ar_hrd            589 net/ipv4/arp.c 		arp->ar_hrd = htons(ARPHRD_ETHER);
ar_hrd            703 net/ipv4/arp.c 		    htons(dev_type) != arp->ar_hrd)
ar_hrd            718 net/ipv4/arp.c 		if ((arp->ar_hrd != htons(ARPHRD_ETHER) &&
ar_hrd            719 net/ipv4/arp.c 		     arp->ar_hrd != htons(ARPHRD_IEEE802)) ||
ar_hrd            725 net/ipv4/arp.c 		    arp->ar_hrd != htons(ARPHRD_AX25))
ar_hrd            730 net/ipv4/arp.c 		    arp->ar_hrd != htons(ARPHRD_NETROM))
ar_hrd            499 net/ipv4/ipconfig.c 	if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd))
ar_hrd             98 net/ipv4/netfilter/arp_tables.c 		    (arphdr->ar_hrd & arpinfo->arhrd_mask) != arpinfo->arhrd))
ar_hrd            615 net/ipv4/netfilter/ipt_CLUSTERIP.c 	if (arp->ar_hrd != htons(ARPHRD_ETHER) ||
ar_hrd             57 net/ipv4/netfilter/nf_log_arp.c 		       ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op));
ar_hrd             62 net/ipv4/netfilter/nf_log_arp.c 	if (ah->ar_hrd != htons(ARPHRD_ETHER) ||
ar_hrd            620 net/openvswitch/flow.c 		    arp->ar_hrd == htons(ARPHRD_ETHER) &&
ar_hrd            227 net/openvswitch/flow.h 	__be16      ar_hrd;	/* format of hardware address   */