Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c115 static int start_charshunt __P((int, int));
641 && start_charshunt(ipipe[0], opipe[1]); in connect_tty()
656 if (!start_charshunt(fd, fd)) in connect_tty()
660 if (!start_charshunt(0, 1)) in connect_tty()
670 if (!start_charshunt(fd, fd)) in connect_tty()
926 start_charshunt(ifd, ofd) in start_charshunt() function