rport_softc
struct rport_softc *sc = ifp->if_softc;
struct rport_softc *sc = ifp->if_softc;
rport_up(struct rport_softc *sc)
rport_down(struct rport_softc *sc)
rport_set_parent(struct rport_softc *sc, const struct if_parent *p)
struct rport_softc *sc0;
rport_get_parent(struct rport_softc *sc, struct if_parent *p)
rport_del_parent(struct rport_softc *sc)
struct rport_softc *sc0;
struct rport_softc *sc = ifp->if_softc;
static int rport_up(struct rport_softc *);
static int rport_down(struct rport_softc *);
static int rport_set_parent(struct rport_softc *,
static int rport_get_parent(struct rport_softc *, struct if_parent *);
static int rport_del_parent(struct rport_softc *);
struct rport_softc *sc;