Searched refs:arp_hrd (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/netinet/
H A Dif_ether.h82 #define arp_hrd ea_hdr.ar_hrd macro
/netbsd-current/sys/lib/libsa/
H A Drarp.c73 #define arp_hrd ea_hdr.ar_hrd macro
120 ap->arp_hrd = htons(ARPHRD_ETHER);
205 if (ap->arp_hrd != htons(ARPHRD_ETHER) ||
H A Darp.c74 #define arp_hrd ea_hdr.ar_hrd macro
137 ah->arp_hrd = htons(ARPHRD_ETHER);
221 if (ah->arp_hrd != htons(ARPHRD_ETHER) ||
279 if (arp->arp_hrd != htons(ARPHRD_ETHER) ||
/netbsd-current/usr.sbin/rarpd/
H A Drarpd.c399 ntohs (ap->arp_hrd) != ARPHRD_ETHER ||

Completed in 136 milliseconds