Home
last modified time | relevance | path

Searched refs:OPT_LLIMIT (Results 1 – 3 of 3) 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 },
310 "PPP interface unit number to use if possible", OPT_LLIMIT, 0, 0 },
749 if ((((opt->flags & OPT_LLIMIT) && (iv < opt->lower_limit)) ||
754 case OPT_LLIMIT:
H A Dpppd.h137 #define OPT_LLIMIT 0x4000 /* check value against lower limit */ macro
139 #define OPT_LIMITS (OPT_LLIMIT|OPT_ULIMIT)
H A Dlcp.c218 "Set PPP Multiplexing option timer", OPT_LLIMIT | OPT_A2COPY,