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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h134 #define OPT_NOINCR 0x20000 /* value mustn't be increased */ macro
135 #define OPT_ZEROINF 0x40000 /* with OPT_NOINCR, 0 == infinity */
H A Doptions.c250 "Set connection time limit", OPT_LLIMIT|OPT_NOINCR|OPT_ZEROINF },
782 if ((opt->flags & OPT_NOINCR) && !privileged_option) {

Completed in 228 milliseconds