Home | History | Annotate | Download | only in net

Lines Matching defs:ppp_softc

93 struct ppp_softc {
98 void (*sc_start)(struct ppp_softc *); /* start output proc */
99 void (*sc_ctlp)(struct ppp_softc *); /* rcvd control pkt */
100 void (*sc_relinq)(struct ppp_softc *); /* relinquish ifunit */
150 LIST_ENTRY(ppp_softc) sc_iflist;
155 struct ppp_softc *pppalloc(pid_t);
156 void pppdealloc(struct ppp_softc *);
157 int pppioctl(struct ppp_softc *, u_long, void *, int, struct lwp *);
158 void ppp_restart(struct ppp_softc *);
159 void ppppktin(struct ppp_softc *, struct mbuf *, int);
160 struct mbuf *ppp_dequeue(struct ppp_softc *);