Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c632 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0 in connect_tty()
641 if (device_script(ptycommand, pty_master, pty_master, 1) < 0) in connect_tty()
684 if (device_script(initializer, ttyfd, ttyfd, 0) < 0) { in connect_tty()
697 if (device_script(connector, ttyfd, ttyfd, 0) < 0) { in connect_tty()
739 if (device_script(welcomer, ttyfd, ttyfd, 0) < 0) in connect_tty()
779 if (device_script(disconnect_script, ttyfd, ttyfd, 0) < 0) { in disconnect_tty()
Dpppd.h478 int device_script __P((char *cmd, int in, int out, int dont_wait));
Dmain.c1594 device_script(program, in, out, dont_wait) in device_script() function