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

/freebsd-9.3-release/sys/netinet/
H A Dif_ether.h86 #define arp_hrd ea_hdr.ar_hrd macro
/freebsd-9.3-release/lib/libstand/
H A Drarp.c98 ap->arp_hrd = htons(ARPHRD_ETHER);
190 if (ap->arp_hrd != htons(ARPHRD_ETHER) ||
H A Darp.c112 ah->arp_hrd = htons(ARPHRD_ETHER);
205 if (ah->arp_hrd != htons(ARPHRD_ETHER) ||
265 if (arp->arp_hrd != htons(ARPHRD_ETHER) ||
H A Dif_ether.h106 #define arp_hrd ea_hdr.ar_hrd macro
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c489 ntohs(ap->arp_hrd) != ARPHRD_ETHER ||

Completed in 159 milliseconds