Home
last modified time | relevance | path

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

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