Home
last modified time | relevance | path

Searched refs:CRTS_IFLOW (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A D_termios.h141 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)
142 #define CRTS_IFLOW 0x00020000 /* RTS flow control of input */ macro
/f-stack/freebsd/kern/
H A Dtty.c97 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\