Home
last modified time | relevance | path

Searched refs:ifbr_arpf (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sbin/ifconfig/
Dbrconfig.c914 if (r->ifbr_arpf.brla_flags & BRLA_ARP) in bridge_showrule()
916 if (r->ifbr_arpf.brla_flags & BRLA_RARP) in bridge_showrule()
918 if (r->ifbr_arpf.brla_op == ARPOP_REQUEST || in bridge_showrule()
919 r->ifbr_arpf.brla_op == ARPOP_REVREQUEST) in bridge_showrule()
921 if (r->ifbr_arpf.brla_op == ARPOP_REPLY || in bridge_showrule()
922 r->ifbr_arpf.brla_op == ARPOP_REVREPLY) in bridge_showrule()
924 if (r->ifbr_arpf.brla_flags & BRLA_SHA) in bridge_showrule()
925 printf(" sha %s", ether_ntoa(&r->ifbr_arpf.brla_sha)); in bridge_showrule()
926 if (r->ifbr_arpf.brla_flags & BRLA_THA) in bridge_showrule()
927 printf(" tha %s", ether_ntoa(&r->ifbr_arpf.brla_tha)); in bridge_showrule()
[all …]
/openbsd/src/sys/net/
Dbridgectl.c625 req->ifbr_arpf = n->brl_arpf; in bridge_brlconf()
644 req->ifbr_arpf = n->brl_arpf; in bridge_brlconf()
767 n->brl_arpf = req->ifbr_arpf; in bridge_addrule()
Dif_bridge.h219 struct ifbrarpf ifbr_arpf; /* arp filter */ member
Dif_veb.c1642 const struct ifbrarpf *brla = &ifbr->ifbr_arpf; in veb_rule_add()
1833 struct ifbrarpf *brla = &ifbr->ifbr_arpf; in veb_rule2ifbr()