Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Darp.c103 ah->arp_hrd = htons(ARPHRD_ETHER); in arpwhohas()
194 if (ah->arp_hrd != htons(ARPHRD_ETHER) || in arprecv()
255 if (arp->arp_hrd != htons(ARPHRD_ETHER) || in arp_reply()
H A Drarp.c90 ap->arp_hrd = htons(ARPHRD_ETHER); in rarp_getipaddress()
178 if (ap->arp_hrd != htons(ARPHRD_ETHER) || in rarprecv()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aarp.c96 ntohs(ap->arp_hrd)); in interpret_aarp()
112 if (ntohs(ap->arp_hrd) == ARPHRD_ETHER && in interpret_aarp()
/illumos-gate/usr/src/uts/common/netinet/
H A Darp.h38 #define arp_hrd ea_hdr.ar_hrd macro
H A Dif_ether.h49 #define arp_hrd ea_hdr.ar_hrd macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dif_ether.h86 #define arp_hrd ea_hdr.ar_hrd macro
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c144 out->arp_ea.arp_hrd = htons(ARPHRD_IB); in ibd_comarp()
H A Dethernet.c106 out->arp_ea.arp_hrd = htons(ARPHRD_ETHER); in ether_comarp()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1732 ea->arp_hrd = htons(ARPHRD_ETHER); in revarp_start()