Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c154 static int real_ttyfd; /* fd for actual serial port (not pty) */ variable
580 real_ttyfd = -1;
715 real_ttyfd = ttyfd;
765 if (real_ttyfd != -1) {
768 setdtr(real_ttyfd, 0); /* in case modem is off hook */
770 setdtr(real_ttyfd, 1);
802 if (real_ttyfd != -1)
803 set_up_tty(real_ttyfd, 0);
963 if (real_ttyfd >= 0)
964 set_up_tty(real_ttyfd, 1);
[all …]