Searched refs:OPT_LLIMIT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h130 #define OPT_LLIMIT 0x4000 /* check value against lower limit */ macro
132 #define OPT_LIMITS (OPT_LLIMIT|OPT_ULIMIT)
H A Doptions.c250 "Set connection time limit", OPT_LLIMIT|OPT_NOINCR|OPT_ZEROINF },
316 "PPP interface unit number to use if possible", OPT_LLIMIT, 0, 0 },
755 if ((((opt->flags & OPT_LLIMIT) && (iv < opt->lower_limit)) ||
760 case OPT_LLIMIT:
H A Dlcp.c226 "Set PPP Multiplexing option timer", OPT_LLIMIT | OPT_A2COPY,

Completed in 69 milliseconds