Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Darp.c99 ah->arp_hrd = htons(ARPHRD_ETHER); in arpwhohas()
192 if (ah->arp_hrd != htons(ARPHRD_ETHER) || in arprecv()
256 if (arp->arp_hrd != htons(ARPHRD_ETHER) || in arp_reply()
H A Drarp.c86 ap->arp_hrd = htons(ARPHRD_ETHER); in rarp_getipaddress()
174 if (ap->arp_hrd != htons(ARPHRD_ETHER) || in rarprecv()
/freebsd/sys/netinet/
H A Dif_ether.h85 #define arp_hrd ea_hdr.ar_hrd macro
/freebsd/usr.sbin/rarpd/
H A Drarpd.c480 ntohs(ap->arp_hrd) != ARPHRD_ETHER || in rarp_check()