Searched refs:ETYPE_RARP (Results 1 – 2 of 2) sorted by relevance
42 eh->ether_type = ETYPE_RARP; in do_rev_arp()65 if (eh->ether_type == ETYPE_RARP && rarp->ar_op == OPCODE_REPLY) { in get_rev_arp()
31 #define ETYPE_RARP 0x8035 /* ethertype is RARP */ macro