Home
last modified time | relevance | path

Searched refs:ifbifconf (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/net/
H A Dif_tpmr.c129 static int tpmr_port_list(struct tpmr_softc *, struct ifbifconf *);
471 error = tpmr_port_list(sc, (struct ifbifconf *)data); in tpmr_ioctl()
619 tpmr_port_list(struct tpmr_softc *sc, struct ifbifconf *bifc) in tpmr_port_list()
H A Dif_bridge.h109 struct ifbifconf { struct
H A Dif_bridge.c126 int bridge_bifconf(struct bridge_softc *, struct ifbifconf *);
365 error = bridge_bifconf(sc, (struct ifbifconf *)data); in bridge_ioctl()
657 bridge_bifconf(struct bridge_softc *sc, struct ifbifconf *bifc) in bridge_bifconf()
H A Dif_veb.c209 static int veb_port_list(struct veb_softc *, struct ifbifconf *);
1296 error = veb_port_list(sc, (struct ifbifconf *)data); in veb_ioctl()
1920 veb_port_list(struct veb_softc *sc, struct ifbifconf *bifc) in veb_port_list()
/openbsd/sbin/ifconfig/
H A Dbrconfig.c314 struct ifbifconf bifc; in bridge_list()