Searched refs:ARPOP_REPLY (Results 1 – 9 of 9) sorted by relevance
242 if (ah->arp_op != htons(ARPOP_REPLY)) { in arprecv()309 arp->arp_op = htons(ARPOP_REPLY); in arp_reply()
44 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 0, 1),
59 #define ARPOP_REPLY 2 /* response to previous request */ macro
196 case ARPOP_REPLY: in arc_output()
285 case ARPOP_REPLY: in ether_output()
1035 if (op == ARPOP_REPLY && in_hosteq(itaddr, myaddr)) { in in_arpinput() 1113 if (op == ARPOP_REPLY) in in_arpinput() 1176 ah->ar_op = htons(ARPOP_REPLY); in in_arpinput() 1885 case ARPOP_REPLY: /* per RFC */ in in_revarpinput()
229 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_validate()
470 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 1, 0),
491 case ARPOP_REPLY: in m_examine_arp()