Searched refs:ar_hrd (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/net/bridge/netfilter/
H A Debt_arp.c32 ah->ar_hrd, EBT_ARP_HTYPE)) ebt_arp_mt()
70 if (ah->ar_hln != ETH_ALEN || ah->ar_hrd != htons(ARPHRD_ETHER)) ebt_arp_mt()
H A Debt_log.c151 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ebt_log_packet()
156 if (ah->ar_hrd == htons(1) && ebt_log_packet()
/linux-4.1.27/net/ipv4/netfilter/
H A Dnf_log_arp.c60 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); dump_arp_packet()
65 if (ah->ar_hrd != htons(1) || dump_arp_packet()
H A Darp_tables.c123 if (FWINV((arphdr->ar_hrd & arpinfo->arhrd_mask) != arpinfo->arhrd, arp_packet_match()
126 dprintf("ar_hrd: %04x info->arhrd: %04x info->arhrd_mask: %04x\n", arp_packet_match()
127 arphdr->ar_hrd, arpinfo->arhrd, arpinfo->arhrd_mask); arp_packet_match()
H A Dipt_CLUSTERIP.c515 if (arp->ar_hrd != htons(ARPHRD_ETHER) || arp_mangle()
/linux-4.1.27/net/ipv4/
H A Darp.c529 arp->ar_hrd = htons(dev->type); arp_create()
535 arp->ar_hrd = htons(ARPHRD_AX25); arp_create()
541 arp->ar_hrd = htons(ARPHRD_NETROM); arp_create()
549 arp->ar_hrd = htons(ARPHRD_ETHER); arp_create()
656 htons(dev_type) != arp->ar_hrd) arp_process()
671 if ((arp->ar_hrd != htons(ARPHRD_ETHER) && arp_process()
672 arp->ar_hrd != htons(ARPHRD_IEEE802)) || arp_process()
678 arp->ar_hrd != htons(ARPHRD_AX25)) arp_process()
683 arp->ar_hrd != htons(ARPHRD_NETROM)) arp_process()
H A Dipconfig.c520 if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd)) ic_rarp_recv()
/linux-4.1.27/include/uapi/linux/
H A Dif_arp.h142 __be16 ar_hrd; /* format of hardware address */ member in struct:arphdr
/linux-4.1.27/net/openvswitch/
H A Dflow.h245 __be16 ar_hrd; /* format of hardware address */ member in struct:arp_eth_header
H A Dflow.c574 arp->ar_hrd == htons(ARPHRD_ETHER) && key_extract()
/linux-4.1.27/drivers/net/ethernet/via/
H A Dvia-velocity.h1210 __be16 ar_hrd; member in struct:arp_packet
/linux-4.1.27/net/batman-adv/
H A Ddistributed-arp-table.c828 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) batadv_arp_get_type()
H A Dbridge_loop_avoidance.c913 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) batadv_bla_process_claim()
/linux-4.1.27/drivers/net/
H A Dvxlan.c1354 if ((parp->ar_hrd != htons(ARPHRD_ETHER) && arp_reduce()
1355 parp->ar_hrd != htons(ARPHRD_IEEE802)) || arp_reduce()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1242 arp_hdr->ar_hrd = cpu_to_be16(ARPHRD_ETHER); wl1271_cmd_build_arp_rsp()
/linux-4.1.27/drivers/net/bonding/
H A Dbond_main.c2432 arp->ar_hrd != htons(ARPHRD_ETHER) || bond_arp_rcv()

Completed in 618 milliseconds