Symbol: ifbrpvlan
sbin/ifconfig/brconfig.c
1350
struct ifbrpvlan ifbrpv;
sbin/ifconfig/brconfig.c
716
struct ifbrpvlan ifbrpv;
sbin/ifconfig/brconfig.c
750
struct ifbrpvlan ifbrpv;
sys/net/if_veb.c
1516
error = veb_add_pvlan(sc, (const struct ifbrpvlan *)data);
sys/net/if_veb.c
1519
error = veb_del_pvlan(sc, (const struct ifbrpvlan *)data);
sys/net/if_veb.c
1522
error = veb_find_pvlan(sc, (struct ifbrpvlan *)data);
sys/net/if_veb.c
1525
error = veb_nfind_pvlan(sc, (struct ifbrpvlan *)data);
sys/net/if_veb.c
2246
veb_add_pvlan(struct veb_softc *sc, const struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2380
veb_del_pvlan(struct veb_softc *sc, const struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2490
veb_find_pvlan(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2496
veb_nfind_pvlan_primary(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2527
veb_nfind_pvlan(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
319
static int veb_add_pvlan(struct veb_softc *, const struct ifbrpvlan *);
sys/net/if_veb.c
320
static int veb_del_pvlan(struct veb_softc *, const struct ifbrpvlan *);
sys/net/if_veb.c
321
static int veb_find_pvlan(struct veb_softc *, struct ifbrpvlan *);
sys/net/if_veb.c
322
static int veb_nfind_pvlan(struct veb_softc *, struct ifbrpvlan *);
sys/sys/sockio.h
78
#define SIOCBRDGADDPV _IOW('i', 60, struct ifbrpvlan) /* add pvlan */
sys/sys/sockio.h
79
#define SIOCBRDGFINDPV _IOWR('i', 60, struct ifbrpvlan) /* find pvlan */
sys/sys/sockio.h
81
#define SIOCBRDGDELPV _IOW('i', 61, struct ifbrpvlan) /* del pvlan */
sys/sys/sockio.h
82
#define SIOCBRDGNFINDPV _IOWR('i', 61, struct ifbrpvlan) /* nfind pvlan */