Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_arp.h58 #define ARPOP_REPLY 2 /* response to previous request */ macro
Dbridgectl.c681 ntohs(ea.arp_op) != ARPOP_REPLY) in bridge_arpfilter()
Dif_veb.c514 ea.arp_op != htons(ARPOP_REPLY)) in veb_rule_arp_match()
/openbsd/src/sys/lib/libsa/
Darp.c214 if (ah->arp_op != htons(ARPOP_REPLY)) { in arprecv()
279 arp->arp_op = htons(ARPOP_REPLY); in arp_reply()
/openbsd/src/usr.sbin/tcpdump/
Dprint-arp.c93 case ARPOP_REPLY: in arp_print()
/openbsd/src/sys/netinet/
Dif_ether.c303 ea->arp_op = htons(ARPOP_REPLY); in arpreply()
566 if ((op != ARPOP_REQUEST) && (op != ARPOP_REPLY)) in in_arpinput()
875 case ARPOP_REPLY: /* per RFC */ in in_revarpinput()
/openbsd/src/sbin/ifconfig/
Dbrconfig.c921 if (r->ifbr_arpf.brla_op == ARPOP_REPLY || in bridge_showrule()
1074 rule->ifbr_arpf.brla_op = ARPOP_REPLY; in bridge_arprule()