Searched refs:ppp_softc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_pppvar.h89 struct ppp_softc { struct
94 void (*sc_start)(struct ppp_softc *); /* start output proc */
95 void (*sc_ctlp)(struct ppp_softc *); /* rcvd control pkt */
96 void (*sc_relinq)(struct ppp_softc *); /* relinquish ifunit */
97 void (*sc_setmtu)(struct ppp_softc *); /* set mtu */
135 extern struct ppp_softc ppp_softc[];
137 struct ppp_softc *pppalloc(pid_t pid);
138 void pppdealloc(struct ppp_softc *sc);
139 int pppioctl(struct ppp_softc *s
[all...]

Completed in 18 milliseconds