Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dif_ether.h88 #define arp_hrd ea_hdr.ar_hrd
H A Dif_ether.c692 switch (ntohs(ar->ar_hrd)) { in arpintr()
716 "%s\n", ntohs(ar->ar_hrd), if_name(ifp)); in arpintr()
/freebsd-12.1/sys/net/
H A Dif_arp.h49 u_short ar_hrd; /* format of hardware address */ member
H A Dif_fwsubr.c161 ah->ar_hrd = htons(ARPHRD_IEEE1394); in firewire_output()
H A Dif_ethersubr.c174 ah->ar_hrd = htons(ARPHRD_ETHER); in ether_requestencap()
/freebsd-12.1/contrib/tcpdump/
H A Dprint-arp.c51 u_short ar_hrd; /* format of hardware address */ member
89 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd)
/freebsd-12.1/sys/netinet/netdump/
H A Dnetdump_client.c316 ah->ar_hrd = htons(ARPHRD_ETHER); in netdump_send_arp()
709 if (ntohs(ah->ar_hrd) != ARPHRD_ETHER) { in netdump_handle_arp()
711 (unsigned char *)&ah->ar_hrd, ""); in netdump_handle_arp()
/freebsd-12.1/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1170 h->ar_hrd = htons(ARPHRD_ETHER); in decrypt_arpreq()
1670 h->ar_hrd = htons(ARPHRD_ETHER); in do_arp()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1520 ah->ar_hrd = htons(ARPHRD_INFINIBAND); in ipoib_output()
/freebsd-12.1/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2104 ep->ea_hdr.ar_hrd = htons(ARPHRD_ETHER); in xnb_add_mbuf_cksum_arp()