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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h142 #define OPT_INITONLY 0x2000000 /* option can only be set in init phase */ macro
144 #define OPT_DEVNAM (OPT_PREPASS | OPT_INITONLY | OPT_DEVEQUIV)
H A Doptions.c280 "Dial on demand", OPT_INITONLY | 1, &persist },
720 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {

Completed in 50 milliseconds