ifbifconf
struct ifbifconf bifc;
int bridge_bifconf(struct bridge_softc *, struct ifbifconf *);
error = bridge_bifconf(sc, (struct ifbifconf *)data);
bridge_bifconf(struct bridge_softc *sc, struct ifbifconf *bifc)
static int tpmr_port_list(struct tpmr_softc *, struct ifbifconf *);
error = tpmr_port_list(sc, (struct ifbifconf *)data);
tpmr_port_list(struct tpmr_softc *sc, struct ifbifconf *bifc)
error = veb_port_list(sc, (struct ifbifconf *)data);
veb_port_list(struct veb_softc *sc, struct ifbifconf *bifc)
static int veb_port_list(struct veb_softc *, struct ifbifconf *);