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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.h33 #define aarp_hrd eaa_hdr.ar_hrd
H A Daarp.c335 if ( ntohs( ar->ar_hrd ) != AARPHRD_ETHER ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_arp.c32 ah->ar_hrd, EBT_ARP_HTYPE))
70 if (ah->ar_hln != ETH_ALEN || ah->ar_hrd != htons(ARPHRD_ETHER))
H A Debt_log.c146 ntohs(ah->ar_hrd), ntohs(ah->ar_pro),
151 if (ah->ar_hrd == htons(1) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_arp.h138 __be16 ar_hrd; /* format of hardware address */ member in struct:arphdr
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darping.c56 ah->ar_hrd = htons(ME->sll_hatype);
57 ah->ar_hrd = htons(ARPHRD_ETHER);
147 if (ah->ar_hrd != htons(FROM->sll_hatype)
148 && (FROM->sll_hatype != ARPHRD_FDDI || ah->ar_hrd != htons(ARPHRD_ETHER)))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Darping.c101 ah->ar_hrd = htons(ME->sll_hatype);
102 if (ah->ar_hrd == htons(ARPHRD_FDDI))
103 ah->ar_hrd = htons(ARPHRD_ETHER);
211 if (ah->ar_hrd != htons(FROM->sll_hatype) &&
212 (FROM->sll_hatype != ARPHRD_FDDI || ah->ar_hrd != htons(ARPHRD_ETHER)))
H A Drarpd.c479 if (htons(sll.sll_hatype) != a->ar_hrd) {
482 if (a->ar_hrd == htons(ARPHRD_ETHER) ||
483 a->ar_hrd == htons(ARPHRD_IEEE802))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-arp.c53 u_short ar_hrd; /* format of hardware address */ member in struct:arp_pkthdr
91 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Darp.c671 arp->ar_hrd = htons(dev->type);
677 arp->ar_hrd = htons(ARPHRD_AX25);
683 arp->ar_hrd = htons(ARPHRD_NETROM);
691 arp->ar_hrd = htons(ARPHRD_ETHER);
697 arp->ar_hrd = htons(ARPHRD_IEEE802);
807 htons(dev_type) != arp->ar_hrd)
823 if ((arp->ar_hrd != htons(ARPHRD_ETHER) &&
824 arp->ar_hrd != htons(ARPHRD_IEEE802)) ||
830 arp->ar_hrd != htons(ARPHRD_AX25))
835 arp->ar_hrd !
[all...]
H A Dipconfig.c485 if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c412 (ntohs(pkt->arp.ar_hrd) != ARPHRD_ETHER) &&
1573 ntohs(pkt->arp.ar_hrd),
1583 if ((ntohs(pkt->arp.ar_hrd) != ARPHRD_ETHER) &&
1719 ap.arp.ar_hrd = htons(ARPHRD_ETHER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnetpoll.c453 if ((arp->ar_hrd != htons(ARPHRD_ETHER) &&
454 arp->ar_hrd != htons(ARPHRD_IEEE802)) ||
507 arp->ar_hrd = htons(np->dev->type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_fdb.c100 if (arp->ar_hrd == htons(ARPHRD_ETHER) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c498 if (arp->ar_hrd != htons(ARPHRD_ETHER) ||
H A Darp_tables.c122 if (FWINV((arphdr->ar_hrd & arpinfo->arhrd_mask) != arpinfo->arhrd,
125 dprintf("ar_hrd: %04x info->arhrd: %04x info->arhrd_mask: %04x\n",
126 arphdr->ar_hrd, arpinfo->arhrd, arpinfo->arhrd_mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c209 ah->ar_hrd = htons(ifr.ifr_hwaddr.sa_family);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvia-velocity.h1210 __be16 ar_hrd; member in struct:arp_packet
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_main.c2720 arp->ar_hrd != htons(ARPHRD_ETHER) ||

Completed in 236 milliseconds