Searched refs:device_script (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtty.c569 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0
581 if (device_script(ptycommand, pty_master, pty_master, 1) < 0)
616 if (device_script(initializer, ttyfd, ttyfd, 0) < 0) {
629 if (device_script(connector, ttyfd, ttyfd, 0) < 0) {
671 if (device_script(welcomer, ttyfd, ttyfd, 0) < 0)
693 if (device_script(disconnect_script, ttyfd, ttyfd, 0) < 0) {
H A Dpppd.h409 int device_script __P((char *cmd, int in, int out, int dont_wait));
H A Dmain.c1438 * device_script - run a program to talk to the specified fds
1443 device_script(program, in, out, dont_wait) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c636 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0
645 if (device_script(ptycommand, pty_master, pty_master, 1) < 0)
688 if (device_script(initializer, ttyfd, ttyfd, 0) < 0) {
701 if (device_script(connector, ttyfd, ttyfd, 0) < 0) {
743 if (device_script(welcomer, ttyfd, ttyfd, 0) < 0)
775 if (device_script(disconnect_script, ttyfd, ttyfd, 0) < 0) {
H A Dpppd.h484 int device_script __P((char *cmd, int in, int out, int dont_wait));
H A Dmain.c1716 * device_script - run a program to talk to the specified fds
1721 device_script(program, in, out, dont_wait) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dpppd.h410 #define device_script(a,b,c,d) (-1) macro

Completed in 125 milliseconds