Home
last modified time | relevance | path

Searched refs:OPT_VAL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c246 "Set hardware (RTS/CTS) flow control", OPT_NOARG|OPT_VAL(1) },
248 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) },
250 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) },
252 "Set alternate hardware (DTR/CTS) flow control", OPT_NOARG|OPT_VAL(2) },
254 "Disable hardware flow control", OPT_NOARG|OPT_VAL(-1) },
292 OPT_NOARG | OPT_VAL(-1) },
295 OPT_NOARG | OPT_VAL(-1) },
H A Dpppd.h153 #define OPT_VAL(x) ((x) & OPT_VALUE) macro
H A Dlcp.c170 OPT_NOARG|OPT_VAL(0) },
173 OPT_NOARG|OPT_VAL(1) },