OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setdtr
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
tty.c
677
setdtr
(real_ttyfd, 0); /* in case modem is off hook */
679
setdtr
(real_ttyfd, 1);
830
setdtr
(real_ttyfd, 0);
[
all
...]
pppd.h
604
void
setdtr
__P((int, int)); /* Raise or lower port's DTR line */
[
all
...]
sys-linux.c
907
setdtr
(tty_fd, 1);
973
*
setdtr
- control the DTR line on the serial port.
977
void
setdtr
(int tty_fd, int on)
function
[
all
...]
sys-solaris.c
1308
setdtr
(fd, on)
function
[
all
...]
Completed in 640 milliseconds