Home
last modified time | relevance | path

Searched refs:ARPOP_REPLY (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/boot/loader/net/
H A DARP.cpp80 && header->opcode != htons(ARPOP_REPLY))) { in HandleEthernetPacket()
92 if (header->opcode == htons(ARPOP_REPLY) in HandleEthernetPacket()
107 ARPOP_REPLY); in HandleEthernetPacket()
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h102 #define ARPOP_REPLY 2 /* ARP reply. */ macro