Lines Matching refs:ppp_softc
169 static void ppp_requeue(struct ppp_softc *);
170 static void ppp_ccp(struct ppp_softc *, struct mbuf *m, int rcvd);
171 static void ppp_ccp_closed(struct ppp_softc *);
172 static void ppp_inproc(struct ppp_softc *, struct mbuf *);
193 static struct ppp_softc *ppp_create(const char *, int);
196 LIST_HEAD(ppp_sclist, ppp_softc) list;
261 static struct ppp_softc *
264 struct ppp_softc *sc, *sci, *scl = NULL;
345 struct ppp_softc *sc = (struct ppp_softc *)ifp->if_softc;
366 struct ppp_softc *
369 struct ppp_softc *sc = NULL, *scf;
419 pppdealloc(struct ppp_softc *sc)
492 pppioctl(struct ppp_softc *sc, u_long cmd, void *data, int flag,
766 struct ppp_softc *sc = ifp->if_softc;
869 struct ppp_softc *sc = ifp->if_softc;
1044 ppp_requeue(struct ppp_softc *sc)
1097 ppp_restart(struct ppp_softc *sc)
1113 ppp_dequeue(struct ppp_softc *sc)
1268 struct ppp_softc *sc = arg;
1299 ppp_ccp(struct ppp_softc *sc, struct mbuf *m, int rcvd)
1400 ppp_ccp_closed(struct ppp_softc *sc)
1422 ppppktin(struct ppp_softc *sc, struct mbuf *m, int lost)
1442 ppp_inproc(struct ppp_softc *sc, struct mbuf *m)
1811 struct ppp_softc *sc;