HomeSort by: relevance | last modified time | path
    Searched refs:arp_hrd (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
if_ether.h 82 #define arp_hrd ea_hdr.ar_hrd macro
  /src/sys/lib/libsa/
rarp.c 73 #define arp_hrd ea_hdr.ar_hrd macro
120 ap->arp_hrd = htons(ARPHRD_ETHER);
205 if (ap->arp_hrd != htons(ARPHRD_ETHER) ||
arp.c 74 #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) ||
  /src/usr.sbin/rarpd/
rarpd.c 399 ntohs (ap->arp_hrd) != ARPHRD_ETHER ||

Completed in 13 milliseconds