Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libsa/
H A Darp.c242 if (ah->arp_op != htons(ARPOP_REPLY)) { in arprecv()
309 arp->arp_op = htons(ARPOP_REPLY); in arp_reply()
/netbsd-src/usr.bin/rump_dhcpclient/
H A Dbpf-filter.h44 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 0, 1),
/netbsd-src/sys/net/
H A Dif_arp.h59 #define ARPOP_REPLY 2 /* response to previous request */ macro
H A Dif_arcsubr.c196 case ARPOP_REPLY: in arc_output()
H A Dif_ethersubr.c285 case ARPOP_REPLY: in ether_output()
/netbsd-src/sys/netinet/
H A Dif_arp.c1035 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()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Darp.c229 if (arp->ar_op != htons(ARPOP_REPLY) && in arp_validate()
H A Dbpf.c470 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 1, 0),
/netbsd-src/sys/kern/
H A Duipc_mbufdebug.c491 case ARPOP_REPLY: in m_examine_arp()