OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_INITONLY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
options.h
85
#define
OPT_INITONLY
0x4000000 /* option can only be set in init phase */
87
#define OPT_DEVNAM (
OPT_INITONLY
| OPT_DEVEQUIV)
options.c
279
"Dial on demand",
OPT_INITONLY
| 1, &persist },
348
OPT_PRIV|OPT_LLIMIT|
OPT_INITONLY
, NULL, 0, -1 },
839
if ((opt->flags &
OPT_INITONLY
) && !in_phase(PHASE_INITIALIZE)) {
Completed in 57 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026