OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppp_softc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net/
if_pppvar.h
88
struct
ppp_softc
{
struct
93
void (*sc_start)(struct
ppp_softc
*); /* start output proc */
94
void (*sc_ctlp)(struct
ppp_softc
*); /* rcvd control pkt */
95
void (*sc_relinq)(struct
ppp_softc
*); /* relinquish ifunit */
145
LIST_ENTRY(
ppp_softc
) sc_iflist;
150
struct
ppp_softc
*pppalloc(pid_t);
151
void pppdealloc(struct
ppp_softc
*);
152
int pppioctl(struct
ppp_softc
*, u_long, void *, int, struct lwp *);
153
void ppp_restart(struct
ppp_softc
*);
154
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 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026