Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Ddebugnet_inet.c249 ah->ar_hrd = htons(ARPHRD_ETHER); in debugnet_send_arp()
299 if (ntohs(ah->ar_hrd) != ARPHRD_ETHER) { in debugnet_handle_arp()
301 (unsigned char *)&ah->ar_hrd, ""); in debugnet_handle_arp()
H A Dif_arp.h49 u_short ar_hrd; /* format of hardware address */ member
H A Dif_infiniband.c192 ah->ar_hrd = htons(ARPHRD_INFINIBAND); in infiniband_requestencap()
H A Dif_fwsubr.c161 ah->ar_hrd = htons(ARPHRD_IEEE1394); in firewire_output()
H A Dif_ethersubr.c173 ah->ar_hrd = htons(ARPHRD_ETHER); in ether_requestencap()
/f-stack/freebsd/netinet/
H A Dif_ether.h88 #define arp_hrd ea_hdr.ar_hrd
H A Dif_ether.c709 switch (ntohs(ar->ar_hrd)) { in arpintr()
733 "%s\n", ntohs(ar->ar_hrd), if_name(ifp)); in arpintr()
/f-stack/tools/compat/include/netinet/
H A Dif_ether.h88 #define arp_hrd ea_hdr.ar_hrd
/f-stack/tools/compat/include/net/
H A Dif_arp.h49 u_short ar_hrd; /* format of hardware address */ member