Searched refs:arp_pro (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Darp.h39 #define arp_pro ea_hdr.ar_pro macro
H A Dif_ether.h51 #define arp_pro ea_hdr.ar_pro macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_aarp.c101 ntohs(ap->arp_pro),
102 print_ethertype(ntohs(ap->arp_pro)));
115 ntohs(ap->arp_pro) == ETHERTYPE_AT) {
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h71 #define arp_pro ea_hdr.ar_pro macro
/illumos-gate/usr/src/boot/include/netinet/
H A Dif_ether.h87 #define arp_pro ea_hdr.ar_pro macro
/illumos-gate/usr/src/boot/lib/libstand/
H A Drarp.c99 ap->arp_pro = htons(ETHERTYPE_IP);
191 ap->arp_pro != htons(ETHERTYPE_IP) ||
H A Darp.c113 ah->arp_pro = htons(ETHERTYPE_IP);
206 ah->arp_pro != htons(ETHERTYPE_IP) ||
266 arp->arp_pro != htons(ETHERTYPE_IP) ||
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c145 out->arp_ea.arp_pro = htons(ETHERTYPE_IP);
181 if (in->arp_ea.arp_pro != ntohs(ETHERTYPE_IP))
428 if (ea->arp_pro != ntohs(ETHERTYPE_IP))
H A Dethernet.c107 out->arp_ea.arp_pro = htons(ETHERTYPE_IP);
145 if (in->arp_ea.arp_pro != ntohs(ETHERTYPE_IP))
430 if (ea->arp_pro != ntohs(ETHERTYPE_IP))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1670 ea->arp_pro = htons(ETHERTYPE_IP);
1750 if ((ushort_t)ntohs(ea->arp_pro) != ETHERTYPE_IP) {
1754 (ushort_t)ntohs(ea->arp_pro));

Completed in 91 milliseconds