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

/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DmDNS.c14193 static const mDNSOpaque16 Ethertype_ARP = { { 0x08, 0x06 } }; // Ethertype 0x0806 = ARP local
14209 if (end >= p+42 && mDNSSameOpaque16(eth->ethertype, Ethertype_ARP) && mDNSSameOpaque16(pkt->arp.hrd, ARP_hrd_eth) && mDNSSameOpaque16(pkt->arp.pro, ARP_pro_ip))

Completed in 205 milliseconds