HomeSort by relevance Sort by last modified time
    Searched refs:OPT_INITONLY (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
pppd.h 139 #define OPT_INITONLY 0x4000000 /* option can only be set in init phase */
141 #define OPT_DEVNAM (OPT_INITONLY | OPT_DEVEQUIV)
    [all...]
options.c 243 "Dial on demand", OPT_INITONLY | 1, &persist },
682 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
    [all...]

Completed in 79 milliseconds