HomeSort by: relevance | last modified time | path
    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