Symbol: ifbrlreq
sbin/ifconfig/brconfig.c
1413
struct ifbrlreq req;
sbin/ifconfig/brconfig.c
1426
struct ifbrlreq *ifrp;
sbin/ifconfig/brconfig.c
1445
ifrp = (struct ifbrlreq *)((caddr_t)ifc.ifbrl_req + i);
sbin/ifconfig/brconfig.c
1455
bridge_showrule(struct ifbrlreq *r)
sbin/ifconfig/brconfig.c
1516
struct ifbrlreq rule;
sbin/ifconfig/brconfig.c
1628
bridge_arprule(struct ifbrlreq *rule, int *argc, char ***argv)
sbin/ifconfig/brconfig.c
61
void bridge_showrule(struct ifbrlreq *);
sbin/ifconfig/brconfig.c
62
int bridge_arprule(struct ifbrlreq *, int *, char ***);
sys/net/bridgectl.c
59
int bridge_addrule(struct bridge_iflist *, struct ifbrlreq *, int out);
sys/net/bridgectl.c
595
struct ifbrlreq *req, *reqs = NULL;
sys/net/bridgectl.c
66
struct ifbrlreq *brlreq = (struct ifbrlreq *)data;
sys/net/bridgectl.c
756
bridge_addrule(struct bridge_iflist *bif, struct ifbrlreq *req, int out)
sys/net/if_bridge.h
247
struct ifbrlreq *ifbrlu_req;
sys/net/if_veb.c
1627
error = veb_rule_add(sc, (struct ifbrlreq *)data);
sys/net/if_veb.c
1630
error = veb_rule_list_flush(sc, (struct ifbrlreq *)data);
sys/net/if_veb.c
2565
veb_rule_add(struct veb_softc *sc, const struct ifbrlreq *ifbr)
sys/net/if_veb.c
2696
veb_rule_list_flush(struct veb_softc *sc, const struct ifbrlreq *ifbr)
sys/net/if_veb.c
2731
veb_rule2ifbr(struct ifbrlreq *ifbr, const struct veb_rule *vr)
sys/net/if_veb.c
2797
struct ifbrlreq *ifbr, *ifbrs;
sys/net/if_veb.c
325
static int veb_rule_add(struct veb_softc *, const struct ifbrlreq *);
sys/net/if_veb.c
327
const struct ifbrlreq *);
sys/sys/sockio.h
104
#define SIOCBRDGARL _IOW('i', 77, struct ifbrlreq) /* add bridge rule */
sys/sys/sockio.h
105
#define SIOCBRDGFRL _IOW('i', 78, struct ifbrlreq) /* flush brdg rules */