Home | History | Annotate | Download | only in pppd

Lines Matching refs:CRTSCTS

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;
1219 if (crtscts != 0 && !termiox_ok) {
1221 } else if (crtscts > 0) {
1223 } else if (crtscts < 0) {
1237 if (crtscts == -2) {
1260 #ifndef CRTSCTS
1291 #ifndef CRTSCTS