Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c157 static int real_ttyfd; /* fd for actual serial port (not pty) */ variable
583 real_ttyfd = -1;
718 real_ttyfd = ttyfd;
768 if (real_ttyfd != -1) {
771 setdtr(real_ttyfd, 0); /* in case modem is off hook */
773 setdtr(real_ttyfd, 1);
805 if (real_ttyfd != -1)
806 set_up_tty(real_ttyfd, 0);
966 if (real_ttyfd >= 0)
967 set_up_tty(real_ttyfd, 1);
[all …]