HomeSort by relevance Sort by last modified time
    Searched refs:crtscts (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
tty.c 138 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;
    [all...]
sys-solaris.c 100 #ifndef CRTSCTS
218 #ifndef CRTSCTS
1187 #if !defined (CRTSCTS)
1194 #ifndef CRTSCTS
1205 #ifndef CRTSCTS
1213 #ifdef CRTSCTS
1214 if (crtscts > 0)
1215 tios.c_cflag |= CRTSCTS;
1216 else if (crtscts < 0)
1217 tios.c_cflag &= ~CRTSCTS;
    [all...]
pppd.h 281 extern int crtscts; /* Use hardware flow control */
    [all...]
sys-linux.c 959 switch (crtscts) {
961 tios.c_cflag |= CRTSCTS;
971 tios.c_cflag &= ~CRTSCTS;
    [all...]

Completed in 49 milliseconds