sys/net/if_tpmr.c
110
static int tpmr_up(struct tpmr_softc *);
sys/net/if_tpmr.c
111
static int tpmr_down(struct tpmr_softc *);
sys/net/if_tpmr.c
112
static int tpmr_iff(struct tpmr_softc *);
sys/net/if_tpmr.c
120
static void tpmr_p_dtor(struct tpmr_softc *, struct tpmr_port *,
sys/net/if_tpmr.c
122
static int tpmr_add_port(struct tpmr_softc *,
sys/net/if_tpmr.c
124
static int tpmr_del_port(struct tpmr_softc *,
sys/net/if_tpmr.c
126
static int tpmr_port_list(struct tpmr_softc *, struct ifbifconf *);
sys/net/if_tpmr.c
145
struct tpmr_softc *sc;
sys/net/if_tpmr.c
187
struct tpmr_softc *sc = ifp->if_softc;
sys/net/if_tpmr.c
341
struct tpmr_softc *sc = p->p_tpmr;
sys/net/if_tpmr.c
443
struct tpmr_softc *sc = ifp->if_softc;
sys/net/if_tpmr.c
494
tpmr_add_port(struct tpmr_softc *sc, const struct ifbreq *req)
sys/net/if_tpmr.c
601
tpmr_trunkport(struct tpmr_softc *sc, const char *name)
sys/net/if_tpmr.c
618
tpmr_del_port(struct tpmr_softc *sc, const struct ifbreq *req)
sys/net/if_tpmr.c
634
tpmr_port_list(struct tpmr_softc *sc, struct ifbifconf *bifc)
sys/net/if_tpmr.c
67
struct tpmr_softc;
sys/net/if_tpmr.c
773
tpmr_p_dtor(struct tpmr_softc *sc, struct tpmr_port *p, const char *op)
sys/net/if_tpmr.c
79
struct tpmr_softc *p_tpmr;
sys/net/if_tpmr.c
816
struct tpmr_softc *sc = p->p_tpmr;
sys/net/if_tpmr.c
836
struct tpmr_softc *sc = p->p_tpmr;
sys/net/if_tpmr.c
857
tpmr_up(struct tpmr_softc *sc)
sys/net/if_tpmr.c
868
tpmr_iff(struct tpmr_softc *sc)
sys/net/if_tpmr.c
874
tpmr_down(struct tpmr_softc *sc)