Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_termios.h140 #define CCTS_OFLOW 0x00010000 /* CTS flow control of output */ macro
141 #define CRTSCTS (CCTS_OFLOW | CRTS_IFLOW)
/f-stack/freebsd/kern/
H A Dtty.c97 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\