OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_NOINCR
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
options.c
211
OPT_PRIO | OPT_LLIMIT |
OPT_NOINCR
| OPT_ZEROINF },
310
OPT_PRIO | OPT_LLIMIT |
OPT_NOINCR
| OPT_ZEROINF },
313
OPT_ALIAS | OPT_PRIO | OPT_LLIMIT |
OPT_NOINCR
| OPT_ZEROINF },
722
if ((opt->flags &
OPT_NOINCR
) && !privileged_option) {
[
all
...]
pppd.h
130
#define
OPT_NOINCR
0x20000 /* value mustn't be increased */
131
#define OPT_ZEROINF 0x40000 /* with
OPT_NOINCR
, 0 == infinity */
[
all
...]
Completed in 26 milliseconds