Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c229 static int start_charshunt __P((int, int));
731 "record") == 0 && start_charshunt(ipipe[0], opipe[1]);
751 if (!start_charshunt(fd, fd))
755 if (!start_charshunt(0, 1))
759 if (!start_charshunt(ttyfd, ttyfd))
2584 start_charshunt(ifd, ofd) in start_charshunt() function