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

/external/syslinux/gpxe/src/include/gpxe/
H A Dif_arp.h52 uint16_t ar_hrd; member in struct:arphdr
/external/iproute2/include/linux/
H A Dif_arp.h142 __be16 ar_hrd; /* format of hardware address */ member in struct:arphdr
/external/kernel-headers/original/uapi/linux/
H A Dif_arp.h142 __be16 ar_hrd; /* format of hardware address */ member in struct:arphdr
/external/libnl/include/linux-private/linux/
H A Dif_arp.h138 __be16 ar_hrd; /* format of hardware address */ member in struct:arphdr
/external/syslinux/gpxe/src/net/
H A Darp.c143 arphdr->ar_hrd = ll_protocol->ll_proto;
214 if ( ( arphdr->ar_hrd != ll_protocol->ll_proto ) ||
/external/iptables/iptables/
H A Dnft-arp.c159 add_payload(r, offsetof(struct arphdr, ar_hrd), 2,
300 unsigned short int ar_hrd, ar_pro, ar_op, ar_hln; local
304 case offsetof(struct arphdr, ar_hrd):
305 get_cmp_data(e, &ar_hrd, sizeof(ar_hrd), &inv);
306 fw->arp.arhrd = ar_hrd;
/external/iputils/
H A Darping.c279 ah->ar_hrd = htons(ME->sll_hatype);
280 if (ah->ar_hrd == htons(ARPHRD_FDDI))
281 ah->ar_hrd = htons(ARPHRD_ETHER);
397 if (ah->ar_hrd != htons(FROM->sll_hatype) &&
398 (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))
/external/dhcpcd-6.8.2/
H A Darp.c66 ar.ar_hrd = htons(ifp->family);
152 if (ar.ar_hrd != htons(ifp->family))
/external/tcpdump/
H A Dprint-arp.c51 u_short ar_hrd; /* format of hardware address */ member in struct:arp_pkthdr
89 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd)
/external/syslinux/gpxe/src/core/
H A Dgdbudp.c82 arphdr->ar_hrd != htons ( ARPHRD_ETHER ) ||
/external/toybox/toys/pending/
H A Darping.c104 arp_h->ar_hrd = htons(ARPHRD_ETHER);
/external/ltp/testcases/network/stress/ns-tools/
H A Dns-icmp_redirector.c331 sndarp_p->hdr.ar_hrd = htons(ARPHRD_ETHER);
/external/iproute2/misc/
H A Darpd.c212 ah->ar_hrd = htons(ifr.ifr_hwaddr.sa_family);
/external/syslinux/gpxe/src/drivers/net/
H A Dvia-velocity.h1468 u16 ar_hrd; member in struct:arp_packet

Completed in 1610 milliseconds