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_DRV_NAME
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppstats/
pppstats.c
107
* If
PPP_DRV_NAME
is not defined, use the legacy "ppp" as the
110
#if !defined(
PPP_DRV_NAME
)
111
#define
PPP_DRV_NAME
"ppp"
112
#endif /* !defined(
PPP_DRV_NAME
) */
294
interface =
PPP_DRV_NAME
"0";
448
interface =
PPP_DRV_NAME
"0";
458
interface =
PPP_DRV_NAME
"0";
459
fmt =
PPP_DRV_NAME
"%d";
534
if (sscanf(interface,
PPP_DRV_NAME
"%d", &unit) != 1) {
542
dev = "/dev/"
PPP_DRV_NAME
;
[
all
...]
/src/external/bsd/ppp/dist/pppd/
pppd-private.h
62
* If
PPP_DRV_NAME
is not defined, use the default "ppp" as the device name.
63
* Where should
PPP_DRV_NAME
come from? Do we include it here?
65
#if !defined(
PPP_DRV_NAME
)
67
#define
PPP_DRV_NAME
"sppp"
69
#define
PPP_DRV_NAME
"ppp"
71
#endif /* !defined(
PPP_DRV_NAME
) */
main.c
849
slprintf(ifname, sizeof(ifname), "%s%d",
PPP_DRV_NAME
, ifunit);
Completed in 29 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026