Symbol: ifbreq
sbin/ifconfig/brconfig.c
225
struct ifbreq breq;
sbin/ifconfig/brconfig.c
244
struct ifbreq req;
sbin/ifconfig/brconfig.c
260
struct ifbreq req;
sbin/ifconfig/brconfig.c
277
struct ifbreq req;
sbin/ifconfig/brconfig.c
288
struct ifbreq req;
sbin/ifconfig/brconfig.c
342
struct ifbreq *reqp;
sbin/ifconfig/brconfig.c
412
struct ifbreq req;
sbin/ifconfig/brconfig.c
426
struct ifbreq req;
sbin/ifconfig/brconfig.c
437
struct ifbreq req;
sbin/ifconfig/brconfig.c
451
struct ifbreq req;
sbin/ifconfig/brconfig.c
507
struct ifbreq breq;
sbin/ifconfig/brconfig.c
539
struct ifbreq breq;
sbin/ifconfig/brconfig.c
553
struct ifbreq breq;
sbin/ifconfig/brconfig.c
583
struct ifbreq breq;
sbin/ifconfig/brconfig.c
871
struct ifbreq breq;
sbin/ifconfig/brconfig.c
888
struct ifbreq breq;
sbin/ifconfig/brconfig.c
905
struct ifbreq breq;
sys/net/bridgectl.c
65
struct ifbreq *req = (struct ifbreq *)data;
sys/net/bridgestp.c
2132
struct ifbreq *ifbr = (struct ifbreq *)data;
sys/net/if_bpe.c
402
((struct ifbreq *)data)->ifbr_ifsflags);
sys/net/if_bridge.c
114
struct ifbreq *);
sys/net/if_bridge.c
252
struct ifbreq *req = (struct ifbreq *)data;
sys/net/if_bridge.c
624
struct ifbreq *breq)
sys/net/if_bridge.c
659
struct ifbreq *breq, *breqs = NULL;
sys/net/if_bridge.h
123
struct ifbreq *ifbicu_req;
sys/net/if_gre.c
2792
((struct ifbreq *)data)->ifbr_ifsflags);
sys/net/if_tpmr.c
123
const struct ifbreq *);
sys/net/if_tpmr.c
125
const struct ifbreq *);
sys/net/if_tpmr.c
465
error = tpmr_add_port(sc, (struct ifbreq *)data);
sys/net/if_tpmr.c
472
error = tpmr_del_port(sc, (struct ifbreq *)data);
sys/net/if_tpmr.c
494
tpmr_add_port(struct tpmr_softc *sc, const struct ifbreq *req)
sys/net/if_tpmr.c
618
tpmr_del_port(struct tpmr_softc *sc, const struct ifbreq *req)
sys/net/if_tpmr.c
637
struct ifbreq breq;
sys/net/if_veb.c
1533
error = veb_add_port(sc, (struct ifbreq *)data, 0);
sys/net/if_veb.c
1540
error = veb_add_port(sc, (struct ifbreq *)data, 1);
sys/net/if_veb.c
1547
error = veb_del_port(sc, (struct ifbreq *)data, 0);
sys/net/if_veb.c
1554
error = veb_del_port(sc, (struct ifbreq *)data, 1);
sys/net/if_veb.c
1590
((struct ifbreq *)data)->ifbr_ifsflags);
sys/net/if_veb.c
1606
error = veb_port_set_protected(sc, (struct ifbreq *)data);
sys/net/if_veb.c
1609
error = veb_port_set_pvid(sc, (struct ifbreq *)data);
sys/net/if_veb.c
1620
error = veb_port_set_flags(sc, (struct ifbreq *)data);
sys/net/if_veb.c
1623
error = veb_port_get_flags(sc, (struct ifbreq *)data);
sys/net/if_veb.c
1734
veb_add_port(struct veb_softc *sc, const struct ifbreq *req, unsigned int span)
sys/net/if_veb.c
1899
veb_del_port(struct veb_softc *sc, const struct ifbreq *req, unsigned int span)
sys/net/if_veb.c
1947
veb_port_set_protected(struct veb_softc *sc, const struct ifbreq *ifbr)
sys/net/if_veb.c
1962
veb_port_set_pvid(struct veb_softc *sc, const struct ifbreq *ifbr)
sys/net/if_veb.c
2852
struct ifbreq breq;
sys/net/if_veb.c
2928
veb_port_set_flags(struct veb_softc *sc, struct ifbreq *ifbr)
sys/net/if_veb.c
2949
veb_port_get_flags(struct veb_softc *sc, struct ifbreq *ifbr)
sys/net/if_veb.c
301
const struct ifbreq *, unsigned int);
sys/net/if_veb.c
303
const struct ifbreq *, unsigned int);
sys/net/if_veb.c
305
static int veb_port_set_flags(struct veb_softc *, struct ifbreq *);
sys/net/if_veb.c
306
static int veb_port_get_flags(struct veb_softc *, struct ifbreq *);
sys/net/if_veb.c
308
const struct ifbreq *);
sys/net/if_veb.c
310
const struct ifbreq *);
sys/net/if_vxlan.c
856
((struct ifbreq *)data)->ifbr_ifsflags);
sys/sys/sockio.h
100
#define SIOCBRDGSPVID _IOW('i', 76, struct ifbreq) /* set pvid */
sys/sys/sockio.h
115
#define SIOCBRDGSIFPRIO _IOW('i', 84, struct ifbreq) /* set if priority */
sys/sys/sockio.h
116
#define SIOCBRDGSIFCOST _IOW('i', 85, struct ifbreq) /* set if cost */
sys/sys/sockio.h
77
#define SIOCBRDGADD _IOW('i', 60, struct ifbreq) /* add bridge ifs */
sys/sys/sockio.h
80
#define SIOCBRDGDEL _IOW('i', 61, struct ifbreq) /* del bridge ifs */
sys/sys/sockio.h
83
#define SIOCBRDGGIFFLGS _IOWR('i', 62, struct ifbreq) /* get brdg if flags */
sys/sys/sockio.h
84
#define SIOCBRDGSIFFLGS _IOW('i', 63, struct ifbreq) /* set brdg if flags */
sys/sys/sockio.h
87
#define SIOCBRDGADDS _IOW('i', 65, struct ifbreq) /* add span port */
sys/sys/sockio.h
88
#define SIOCBRDGIFS _IOWR('i', 66, struct ifbreq) /* get member ifs */
sys/sys/sockio.h
89
#define SIOCBRDGDELS _IOW('i', 66, struct ifbreq) /* del span port */
sys/sys/sockio.h
97
#define SIOCBRDGFLUSH _IOW('i', 72, struct ifbreq) /* flush addr cache */
sys/sys/sockio.h
98
#define SIOCBRDGADDL _IOW('i', 73, struct ifbreq) /* add local port */
sys/sys/sockio.h
99
#define SIOCBRDGSIFPROT _IOW('i', 74, struct ifbreq) /* set protected grp */
usr.sbin/vmd/priv.c
82
struct ifbreq ifbr;