Home
last modified time | relevance | path

Searched refs:brl_dst (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/net/
Dbridgectl.c624 req->ifbr_dst = n->brl_dst; in bridge_brlconf()
643 req->ifbr_dst = n->brl_dst; in bridge_brlconf()
725 if (memcmp(eh->ether_dhost, &n->brl_dst, in bridge_filterrule()
737 if (memcmp(eh->ether_dhost, &n->brl_dst, in bridge_filterrule()
764 bcopy(&req->ifbr_dst, &n->brl_dst, sizeof(struct ether_addr)); in bridge_addrule()
Dif_bridge.h284 struct ether_addr brl_dst; /* destination mac address */ member