ARPOP_REPLY
if (r->ifbr_arpf.brla_op == ARPOP_REPLY ||
rule->ifbr_arpf.brla_op = ARPOP_REPLY;
if (ah->arp_op != htons(ARPOP_REPLY)) {
arp->arp_op = htons(ARPOP_REPLY);
ntohs(ea.arp_op) != ARPOP_REPLY)
ea.arp_op != htons(ARPOP_REPLY))
ea->arp_op = htons(ARPOP_REPLY);
if ((op != ARPOP_REQUEST) && (op != ARPOP_REPLY))
case ARPOP_REPLY: /* per RFC */
case ARPOP_REPLY: