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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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.c242 "Dial on demand", OPT_INITONLY | 1, &persist },
674 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h140 #define OPT_INITONLY 0x4000000 /* option can only be set in init phase */ macro
142 #define OPT_DEVNAM (OPT_INITONLY | OPT_DEVEQUIV)
/netgear-R7000-V1.0.7.12_1.2.5/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)
H A Doptions.c187 "Dial on demand", OPT_INITONLY | 1, &persist },
600 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
/netgear-R7000-V1.0.7.12_1.2.5/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)

Completed in 135 milliseconds