OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ppp_create
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if_ppp.c
193
static struct ppp_softc *
ppp_create
(const char *, int);
262
ppp_create
(const char *name, int unit)
function
339
return
ppp_create
(ifc->ifc_name, unit) == NULL ? EEXIST : 0;
385
sc =
ppp_create
(ppp_cloner.ifc_name, -1);
Completed in 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026