Home
last modified time | relevance | path

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

/trueos/lib/libstand/
HDarp.c113 ah->arp_pro = htons(ETHERTYPE_IP);
206 ah->arp_pro != htons(ETHERTYPE_IP) ||
266 arp->arp_pro != htons(ETHERTYPE_IP) ||
HDrarp.c99 ap->arp_pro = htons(ETHERTYPE_IP);
191 ap->arp_pro != htons(ETHERTYPE_IP) ||
/trueos/sys/netinet/
HDif_ether.h87 #define arp_pro ea_hdr.ar_pro macro
/trueos/usr.sbin/rarpd/
HDrarpd.c490 ntohs(ap->arp_pro) != ETHERTYPE_IP || in rarp_check()