OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppp_softc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
if_pppvar.h
93
struct
ppp_softc
{
struct
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)
[
all
...]
ppp_tty.c
157
static void pppasyncstart(struct
ppp_softc
*);
158
static void pppasyncctlp(struct
ppp_softc
*);
159
static void pppasyncrelinq(struct
ppp_softc
*);
161
static void pppgetm(struct
ppp_softc
*sc);
163
static void ppplogchar(struct
ppp_softc
*, int);
190
struct
ppp_softc
*sc;
201
sc = (struct
ppp_softc
*) tp->t_sc;
252
struct
ppp_softc
*sc;
261
sc = (struct
ppp_softc
*) tp->t_sc;
277
pppasyncrelinq(struct
ppp_softc
*sc
[
all
...]
if_ppp.c
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
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025