OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crtscts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
tty.c
143
int
crtscts
= 0; /* Use hardware flow control */
variable
213
{ "
crtscts
", o_int, &
crtscts
,
216
{ "cdtrcts", o_int, &
crtscts
,
219
{ "nocrtscts", o_int, &
crtscts
,
222
{ "-
crtscts
", o_int, &
crtscts
,
225
{ "nocdtrcts", o_int, &
crtscts
,
395
crtscts
= -2;
pppd-private.h
157
extern int
crtscts
; /* Use hardware flow control */
/src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c
354
if (
crtscts
== 2) {
701
if (
crtscts
> 0 && !local) {
702
if (
crtscts
== 2) {
707
tios.c_cflag |=
CRTSCTS
;
708
} else if (
crtscts
< 0) {
709
tios.c_cflag &= ~
CRTSCTS
;
724
if (
crtscts
== -2) {
Completed in 22 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026