Home
last modified time | relevance | path

Searched refs:ar_hrd (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/u-boot/net/
H A Drarp.c40 (ntohs(arp->ar_hrd) != ARP_ETHER) || in rarp_receive()
84 rarp->ar_hrd = htons(ARP_ETHER); in rarp_request()
H A Darp.c68 arp->ar_hrd = htons(ARP_ETHER); in arp_raw_request()
146 if (ntohs(arp->ar_hrd) != ARP_ETHER) in arp_receive()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c571 arp->ar_hrd = htons(dev->type); in arp_create()
577 arp->ar_hrd = htons(ARPHRD_AX25); in arp_create()
583 arp->ar_hrd = htons(ARPHRD_NETROM); in arp_create()
591 arp->ar_hrd = htons(ARPHRD_ETHER); in arp_create()
705 htons(dev_type) != arp->ar_hrd) in arp_process()
720 if ((arp->ar_hrd != htons(ARPHRD_ETHER) && in arp_process()
721 arp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_process()
727 arp->ar_hrd != htons(ARPHRD_AX25)) in arp_process()
732 arp->ar_hrd != htons(ARPHRD_NETROM)) in arp_process()
H A Dipconfig.c499 if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd)) in ic_rarp_recv()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_log_arp.c72 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), ntohs(ah->ar_op)); in dump_arp_packet()
77 if (ah->ar_hrd != htons(ARPHRD_ETHER) || in dump_arp_packet()
H A Dipt_CLUSTERIP.c618 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in arp_mangle()
H A Darp_tables.c98 (arphdr->ar_hrd & arpinfo->arhrd_mask) != arpinfo->arhrd)) in arp_packet_match()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_arp.c33 NF_INVF(info, EBT_ARP_HTYPE, info->htype != ah->ar_hrd)) in ebt_arp_mt()
72 if (ah->ar_hln != ETH_ALEN || ah->ar_hrd != htons(ARPHRD_ETHER)) in ebt_arp_mt()
H A Debt_log.c150 ntohs(ah->ar_hrd), ntohs(ah->ar_pro), in ebt_log_packet()
156 if (ah->ar_hrd == htons(1) && in ebt_log_packet()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dif_ether.h78 #define arp_hrd ea_hdr.ar_hrd
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dif_ether.h78 #define arp_hrd ea_hdr.ar_hrd
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_arp.h145 __be16 ar_hrd; /* format of hardware address */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_arp.h145 __be16 ar_hrd; /* format of hardware address */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_arp.h145 __be16 ar_hrd; /* format of hardware address */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif_arp.h55 unsigned short int ar_hrd; /* Format of hardware address. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif_arp.h55 unsigned short int ar_hrd; /* Format of hardware address. */ member
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox-raw.c88 arp->ar_hrd = htons(ARP_ETHER); in sb_eth_raw_recv()
H A Dsandbox.c99 arp_recv->ar_hrd = htons(ARP_ETHER); in sb_eth_send()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow.h229 __be16 ar_hrd; /* format of hardware address */ member
H A Dflow.c620 arp->ar_hrd == htons(ARPHRD_ETHER) && in key_extract_l3l4()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h409 u16 ar_hrd; /* Format of hardware address */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/via/
H A Dvia-velocity.h1201 __be16 ar_hrd; member
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Ddistributed-arp-table.c1085 if (arphdr->ar_hrd != htons(ARPHRD_ETHER)) in batadv_arp_get_type()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c484 if (arp->ar_hrd != htons(ARPHRD_ETHER) || in __skb_flow_dissect_arp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A DIEEE_types.h313 UINT16 ar_hrd; // hardware address space

12