ifbrlreq
struct ifbrlreq req;
struct ifbrlreq *ifrp;
ifrp = (struct ifbrlreq *)((caddr_t)ifc.ifbrl_req + i);
bridge_showrule(struct ifbrlreq *r)
struct ifbrlreq rule;
bridge_arprule(struct ifbrlreq *rule, int *argc, char ***argv)
void bridge_showrule(struct ifbrlreq *);
int bridge_arprule(struct ifbrlreq *, int *, char ***);
int bridge_addrule(struct bridge_iflist *, struct ifbrlreq *, int out);
struct ifbrlreq *req, *reqs = NULL;
struct ifbrlreq *brlreq = (struct ifbrlreq *)data;
bridge_addrule(struct bridge_iflist *bif, struct ifbrlreq *req, int out)
struct ifbrlreq *ifbrlu_req;
error = veb_rule_add(sc, (struct ifbrlreq *)data);
error = veb_rule_list_flush(sc, (struct ifbrlreq *)data);
veb_rule_add(struct veb_softc *sc, const struct ifbrlreq *ifbr)
veb_rule_list_flush(struct veb_softc *sc, const struct ifbrlreq *ifbr)
veb_rule2ifbr(struct ifbrlreq *ifbr, const struct veb_rule *vr)
struct ifbrlreq *ifbr, *ifbrs;
static int veb_rule_add(struct veb_softc *, const struct ifbrlreq *);
const struct ifbrlreq *);
#define SIOCBRDGARL _IOW('i', 77, struct ifbrlreq) /* add bridge rule */
#define SIOCBRDGFRL _IOW('i', 78, struct ifbrlreq) /* flush brdg rules */