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

  /external/ppp/pppd/
tty.c 137 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;
    [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 278 extern int crtscts; /* Use hardware flow control */
    [all...]
sys-linux.c 929 switch (crtscts) {
931 tios.c_cflag |= CRTSCTS;
941 tios.c_cflag &= ~CRTSCTS;
    [all...]

Completed in 92 milliseconds