Searched refs:devfd (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dauth.c577 devfd = the_channel->connect();
578 if (devfd < 0)
589 fd_ppp = the_channel->establish_ppp(devfd);
664 the_channel->disestablish_ppp(devfd);
680 if (devfd >= 0 && the_channel->disconnect) {
682 devfd = -1;
H A Dmain.c172 int devfd = -1; /* fd of underlying device */ variable
511 devfd = -1;
1232 the_channel->disestablish_ppp(devfd);
1681 close(devfd); /* some plugins don't have a close function */
H A Dpppd.h221 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dauth.c577 devfd = the_channel->connect();
578 if (devfd < 0)
589 fd_ppp = the_channel->establish_ppp(devfd);
664 the_channel->disestablish_ppp(devfd);
680 if (devfd >= 0 && the_channel->disconnect) {
682 devfd = -1;
H A Dmain.c172 int devfd = -1; /* fd of underlying device */ variable
511 devfd = -1;
1232 the_channel->disestablish_ppp(devfd);
1681 close(devfd); /* some plugins don't have a close function */
H A Dpppd.h221 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dauth.c577 devfd = the_channel->connect();
578 if (devfd < 0)
589 fd_ppp = the_channel->establish_ppp(devfd);
664 the_channel->disestablish_ppp(devfd);
680 if (devfd >= 0 && the_channel->disconnect) {
682 devfd = -1;
H A Dmain.c172 int devfd = -1; /* fd of underlying device */ variable
511 devfd = -1;
1232 the_channel->disestablish_ppp(devfd);
1681 close(devfd); /* some plugins don't have a close function */
H A Dpppd.h221 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dauth.c577 devfd = the_channel->connect();
578 if (devfd < 0)
589 fd_ppp = the_channel->establish_ppp(devfd);
664 the_channel->disestablish_ppp(devfd);
680 if (devfd >= 0 && the_channel->disconnect) {
682 devfd = -1;
H A Dmain.c172 int devfd = -1; /* fd of underlying device */ variable
511 devfd = -1;
1232 the_channel->disestablish_ppp(devfd);
1681 close(devfd); /* some plugins don't have a close function */
H A Dpppd.h221 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dauth.c577 devfd = the_channel->connect();
578 if (devfd < 0)
589 fd_ppp = the_channel->establish_ppp(devfd);
664 the_channel->disestablish_ppp(devfd);
680 if (devfd >= 0 && the_channel->disconnect) {
682 devfd = -1;
H A Dmain.c172 int devfd = -1; /* fd of underlying device */ variable
511 devfd = -1;
1232 the_channel->disestablish_ppp(devfd);
1681 close(devfd); /* some plugins don't have a close function */
H A Dpppd.h221 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dauth.c577 devfd = the_channel->connect();
578 if (devfd < 0)
589 fd_ppp = the_channel->establish_ppp(devfd);
664 the_channel->disestablish_ppp(devfd);
680 if (devfd >= 0 && the_channel->disconnect) {
682 devfd = -1;
H A Dmain.c172 int devfd = -1; /* fd of underlying device */ variable
511 devfd = -1;
1232 the_channel->disestablish_ppp(devfd);
1681 close(devfd); /* some plugins don't have a close function */
H A Dpppd.h221 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dpppd.h217 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dpppd.h217 extern int devfd; /* fd of underlying device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dpppd.h217 extern int devfd; /* fd of underlying device */

Completed in 148 milliseconds