Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_arp.h47 uint16_t ar_hrd; /* format of hardware address */ member
97 if (ntohs(ap->ar_hrd) == ARPHRD_IEEE1394) { in ar_tha()
107 if (ntohs(ap->ar_hrd) == ARPHRD_IEEE1394) { in ar_tpa()
Dif_arcsubr.c180 arph->ar_hrd = htons(ARPHRD_ARCNET); in arc_output()
Dif_ieee1394subr.c149 ah->ar_hrd = htons(ARPHRD_IEEE1394); in ieee1394_output()
Dif_ethersubr.c276 ah->ar_hrd = htons(ARPHRD_ETHER); in ether_output()
/netbsd/src/sys/netinet/
Dif_ether.h82 #define arp_hrd ea_hdr.ar_hrd
Dif_arp.c544 ah->ar_hrd = htons(ARPHRD_IEEE1394); in arprequest()
713 if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394) in arpintr()
1823 if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394) { in revarpinput()
/netbsd/src/sys/netatalk/
Daarp.h53 #define aarp_hrd eaa_hdr.ar_hrd
Daarp.c321 if (ntohs(ar->ar_hrd) != AARPHRD_ETHER) in aarpinput()
/netbsd/src/sys/arch/mvme68k/stand/sboot/
Detherfun.h60 u_short ar_hrd; /* format of hardware address */ member
Detherfun.c44 rarp->ar_hrd = 1; /* hardware type is 1 */ in do_rev_arp()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-arp.c51 nd_uint16_t ar_hrd; /* format of hardware address */ member
90 #define HRD(ap) GET_BE_U_2((ap)->ar_hrd)
/netbsd/src/usr.sbin/rarpd/
Drarpd.c394 ntohs (ap->ar_hrd) != ARPHRD_ETHER ||
800 ap->ar_hrd = htons(ARPHRD_ETHER);
815 ap->ea_hdr.ar_hrd = htons(ARPHRD_ETHER);
/netbsd/src/sys/lib/libsa/
Drarp.c73 #define arp_hrd ea_hdr.ar_hrd
Darp.c74 #define arp_hrd ea_hdr.ar_hrd
/netbsd/src/sys/kern/
Duipc_mbufdebug.c483 hrd = ntohs(ar.ar_hrd); in m_examine_arp()