Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDif_ether.h86 #define arp_hrd ea_hdr.ar_hrd
HDif_ether.c658 switch (ntohs(ar->ar_hrd)) { in arpintr()
690 "%s\n", ntohs(ar->ar_hrd), if_name(ifp)); in arpintr()
/NextBSD/sys/net/
HDif_arp.h47 u_short ar_hrd; /* format of hardware address */ member
HDif_fddisubr.c139 ah->ar_hrd = htons(ARPHRD_ETHER); in fddi_output()
HDif_iso88025subr.c266 ah->ar_hrd = htons(ARPHRD_IEEE802); in iso88025_output()
HDif_arcsubr.c144 ah->ar_hrd = htons(ARPHRD_ARCNET); in arc_output()
HDif_fwsubr.c158 ah->ar_hrd = htons(ARPHRD_IEEE1394); in firewire_output()
HDif_ethersubr.c169 ah->ar_hrd = htons(ARPHRD_ETHER); in ether_requestencap()
/NextBSD/contrib/tcpdump/
HDprint-arp.c52 u_short ar_hrd; /* format of hardware address */ member
90 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd)
/NextBSD/tools/tools/net80211/wesside/wesside/
HDwesside.c1170 h->ar_hrd = htons(ARPHRD_ETHER); in decrypt_arpreq()
1670 h->ar_hrd = htons(ARPHRD_ETHER); in do_arp()
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_main.c1298 ah->ar_hrd = htons(ARPHRD_INFINIBAND); in ipoib_requestencap()
/NextBSD/sys/dev/xen/netback/
HDnetback_unit_tests.c2105 ep->ea_hdr.ar_hrd = htons(ARPHRD_ETHER); in xnb_add_mbuf_cksum_arp()