Home
last modified time | relevance | path

Searched refs:crtscts (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/
Dtty.c137 int crtscts = 0; /* Use hardware flow control */ variable
206 { "crtscts", o_int, &crtscts,
209 { "cdtrcts", o_int, &crtscts,
212 { "nocrtscts", o_int, &crtscts,
215 { "-crtscts", o_int, &crtscts,
218 { "nocdtrcts", o_int, &crtscts,
337 crtscts = -2;
Dsys-solaris.c1214 if (crtscts > 0)
1216 else if (crtscts < 0)
1219 if (crtscts != 0 && !termiox_ok) {
1221 } else if (crtscts > 0) {
1223 } else if (crtscts < 0) {
1237 if (crtscts == -2) {
Dpppd.h278 extern int crtscts; /* Use hardware flow control */
Dsys-linux.c929 switch (crtscts) { in set_up_tty()
/external/libppp/src/
Dppp.8.m44563 .It set ctsrts|crtscts on|off