Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c138 int crtscts = 0; /* Use hardware flow control */ variable
208 { "crtscts", o_int, &crtscts,
211 { "cdtrcts", o_int, &crtscts,
214 { "nocrtscts", o_int, &crtscts,
217 { "-crtscts", o_int, &crtscts,
220 { "nocdtrcts", o_int, &crtscts,
342 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) {
1240 if (crtscts == -2) {
Dpppd.h281 extern int crtscts; /* Use hardware flow control */
Dsys-linux.c959 switch (crtscts) { in set_up_tty()