Searched refs:OPT_INITONLY (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dpppd.h114 #define OPT_INITONLY 0x4000000 /* option can only be set in init phase */ macro
116 #define OPT_DEVNAM (OPT_INITONLY | OPT_DEVEQUIV)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppd.h114 #define OPT_INITONLY 0x4000000 /* option can only be set in init phase */ macro
116 #define OPT_DEVNAM (OPT_INITONLY | OPT_DEVEQUIV)
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dpppd.h139 #define OPT_INITONLY 0x4000000 /* option can only be set in init phase */ macro
141 #define OPT_DEVNAM (OPT_INITONLY | OPT_DEVEQUIV)
H A Doptions.c222 "Dial on demand", OPT_INITONLY | 1, &persist },
653 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dpppd.h139 #define OPT_INITONLY 0x4000000 /* option can only be set in init phase */ macro
141 #define OPT_DEVNAM (OPT_INITONLY | OPT_DEVEQUIV)
H A Doptions.c222 "Dial on demand", OPT_INITONLY | 1, &persist },
653 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {

Completed in 158 milliseconds