HomeSort by: relevance | last modified time | path
    Searched defs:arp_hrd (Results 1 - 3 of 3) 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) ||

Completed in 34 milliseconds