OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppp_softc
(Results
1 - 2
of
2
) 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
...]
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
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025