ppp_softc 161 net/if_ppp.c static void ppp_requeue(struct ppp_softc *); ppp_softc 162 net/if_ppp.c static void ppp_ccp(struct ppp_softc *, struct mbuf *m, int rcvd); ppp_softc 163 net/if_ppp.c static void ppp_ccp_closed(struct ppp_softc *); ppp_softc 164 net/if_ppp.c static void ppp_inproc(struct ppp_softc *, struct mbuf *); ppp_softc 214 net/if_ppp.c LIST_HEAD(, ppp_softc) ppp_softc_list; ppp_softc 233 net/if_ppp.c struct ppp_softc *sc; ppp_softc 275 net/if_ppp.c struct ppp_softc *sc = ifp->if_softc; ppp_softc 294 net/if_ppp.c struct ppp_softc * ppp_softc 299 net/if_ppp.c struct ppp_softc *sc; ppp_softc 340 net/if_ppp.c struct ppp_softc *sc; ppp_softc 406 net/if_ppp.c struct ppp_softc *sc; ppp_softc 624 net/if_ppp.c struct ppp_softc *sc = ifp->if_softc; ppp_softc 717 net/if_ppp.c struct ppp_softc *sc = ifp->if_softc; ppp_softc 893 net/if_ppp.c struct ppp_softc *sc; ppp_softc 961 net/if_ppp.c struct ppp_softc *sc; ppp_softc 978 net/if_ppp.c struct ppp_softc *sc; ppp_softc 1108 net/if_ppp.c struct ppp_softc *sc; ppp_softc 1142 net/if_ppp.c struct ppp_softc *sc; ppp_softc 1239 net/if_ppp.c struct ppp_softc *sc; ppp_softc 1260 net/if_ppp.c struct ppp_softc *sc; ppp_softc 1282 net/if_ppp.c struct ppp_softc *sc; ppp_softc 1610 net/if_ppp.c struct ppp_softc *sc; ppp_softc 89 net/if_pppvar.h struct ppp_softc { ppp_softc 95 net/if_pppvar.h void (*sc_start)(struct ppp_softc *); /* start output proc */ ppp_softc 96 net/if_pppvar.h void (*sc_ctlp)(struct ppp_softc *); /* rcvd control pkt */ ppp_softc 97 net/if_pppvar.h void (*sc_relinq)(struct ppp_softc *); /* relinquish ifunit */ ppp_softc 133 net/if_pppvar.h LIST_ENTRY(ppp_softc) sc_list; /* all ppp interfaces */ ppp_softc 137 net/if_pppvar.h extern struct ppp_softc ppp_softc[]; ppp_softc 139 net/if_pppvar.h struct ppp_softc *pppalloc(pid_t pid); ppp_softc 140 net/if_pppvar.h void pppdealloc(struct ppp_softc *sc); ppp_softc 141 net/if_pppvar.h int pppioctl(struct ppp_softc *sc, u_long cmd, caddr_t data, ppp_softc 143 net/if_pppvar.h void ppppktin(struct ppp_softc *sc, struct mbuf *m, int lost); ppp_softc 144 net/if_pppvar.h struct mbuf *ppp_dequeue(struct ppp_softc *sc); ppp_softc 145 net/if_pppvar.h void ppp_restart(struct ppp_softc *sc); ppp_softc 139 net/ppp_tty.c void pppasyncstart(struct ppp_softc *); ppp_softc 140 net/ppp_tty.c void pppasyncctlp(struct ppp_softc *); ppp_softc 141 net/ppp_tty.c void pppasyncrelinq(struct ppp_softc *); ppp_softc 143 net/ppp_tty.c void pppgetm(struct ppp_softc *sc); ppp_softc 145 net/ppp_tty.c void ppplogchar(struct ppp_softc *, int); ppp_softc 187 net/ppp_tty.c struct ppp_softc *sc; ppp_softc 196 net/ppp_tty.c sc = (struct ppp_softc *) tp->t_sc; ppp_softc 245 net/ppp_tty.c struct ppp_softc *sc; ppp_softc 251 net/ppp_tty.c sc = (struct ppp_softc *) tp->t_sc; ppp_softc 268 net/ppp_tty.c struct ppp_softc *sc; ppp_softc 297 net/ppp_tty.c struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc; ppp_softc 355 net/ppp_tty.c struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc; ppp_softc 410 net/ppp_tty.c struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc; ppp_softc 520 net/ppp_tty.c struct ppp_softc *sc; ppp_softc 704 net/ppp_tty.c struct ppp_softc *sc; ppp_softc 727 net/ppp_tty.c struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc; ppp_softc 766 net/ppp_tty.c struct ppp_softc *sc = (struct ppp_softc *) x; ppp_softc 781 net/ppp_tty.c struct ppp_softc *sc; ppp_softc 816 net/ppp_tty.c struct ppp_softc *sc; ppp_softc 820 net/ppp_tty.c sc = (struct ppp_softc *) tp->t_sc; ppp_softc 1059 net/ppp_tty.c struct ppp_softc *sc;