Symbol: ifbareq
sbin/ifconfig/brconfig.c
1012
struct ifbareq ifba;
sbin/ifconfig/brconfig.c
1035
struct ifbareq ifba;
sbin/ifconfig/brconfig.c
1071
struct ifbareq ifba;
sbin/ifconfig/brconfig.c
1170
struct ifbareq *ifba;
sbin/ifconfig/brconfig.c
973
struct ifbareq ifba;
sys/net/bridgectl.c
488
struct ifbareq *bareq, *bareqs = NULL;
sys/net/bridgectl.c
68
struct ifbareq *bareq = (struct ifbareq *)data;
sys/net/if_bpe.c
103
static int bpe_add_addr(struct bpe_softc *, const struct ifbareq *);
sys/net/if_bpe.c
104
static int bpe_del_addr(struct bpe_softc *, const struct ifbareq *);
sys/net/if_bpe.c
405
error = bpe_add_addr(sc, (struct ifbareq *)data);
sys/net/if_bpe.c
408
error = bpe_del_addr(sc, (struct ifbareq *)data);
sys/net/if_bpe.c
681
bpe_add_addr(struct bpe_softc *sc, const struct ifbareq *ifba)
sys/net/if_bpe.c
717
bpe_del_addr(struct bpe_softc *sc, const struct ifbareq *ifba)
sys/net/if_bridge.h
152
struct ifbareq *ifbacu_req; /* request pointer */
sys/net/if_etherbridge.c
626
struct ifbareq bareq;
sys/net/if_gre.c
2795
error = nvgre_add_addr(sc, (struct ifbareq *)data);
sys/net/if_gre.c
2798
error = nvgre_del_addr(sc, (struct ifbareq *)data);
sys/net/if_gre.c
3648
nvgre_add_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
sys/net/if_gre.c
3718
nvgre_del_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
sys/net/if_gre.c
457
static int nvgre_add_addr(struct nvgre_softc *, const struct ifbareq *);
sys/net/if_gre.c
458
static int nvgre_del_addr(struct nvgre_softc *, const struct ifbareq *);
sys/net/if_veb.c
1593
error = veb_add_addr(sc, (struct ifbareq *)data);
sys/net/if_veb.c
1596
error = veb_del_addr(sc, (struct ifbareq *)data);
sys/net/if_veb.c
2966
veb_add_addr(struct veb_softc *sc, const struct ifbareq *ifba)
sys/net/if_veb.c
3074
veb_del_addr(struct veb_softc *sc, const struct ifbareq *ifba)
sys/net/if_veb.c
311
static int veb_add_addr(struct veb_softc *, const struct ifbareq *);
sys/net/if_veb.c
313
static int veb_del_addr(struct veb_softc *, const struct ifbareq *);
sys/net/if_vxlan.c
1644
vxlan_add_addr(struct vxlan_softc *sc, const struct ifbareq *ifba)
sys/net/if_vxlan.c
1728
vxlan_del_addr(struct vxlan_softc *sc, const struct ifbareq *ifba)
sys/net/if_vxlan.c
187
static int vxlan_add_addr(struct vxlan_softc *, const struct ifbareq *);
sys/net/if_vxlan.c
188
static int vxlan_del_addr(struct vxlan_softc *, const struct ifbareq *);
sys/net/if_vxlan.c
859
error = vxlan_add_addr(sc, (struct ifbareq *)data);
sys/net/if_vxlan.c
862
error = vxlan_del_addr(sc, (struct ifbareq *)data);
sys/sys/sockio.h
91
#define SIOCBRDGSADDR _IOWR('i', 68, struct ifbareq) /* set addr flags */
sys/sys/sockio.h
95
#define SIOCBRDGDADDR _IOW('i', 71, struct ifbareq) /* delete addr */