Home
last modified time | relevance | path

Searched refs:OPT_ZEROINF (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 },
779 if ((opt->flags & OPT_ZEROINF) && (iv == 0)) {
H A Dpppd.h142 #define OPT_ZEROINF 0x40000 /* with OPT_NOINCR, 0 == infinity */ macro