Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_bridge.c442 req->ifbr_protected = bif->bif_protected; in bridge_ioctl()
504 bif->bif_protected = req->ifbr_protected; in bridge_ioctl()
687 breq->ifbr_protected = bif->bif_protected; in bridge_bifconf()
1072 protected = bif->bif_protected; in bridgeintr_frame()
1092 if (protected != 0 && (protected & bif->bif_protected)) in bridgeintr_frame()
1306 protected = bif->bif_protected; in bridge_broadcast()
1331 if (protected != 0 && (protected & bif->bif_protected)) in bridge_broadcast()
Dif_bridge.h421 u_int32_t bif_protected; /* protected domains */ member