Searched refs:demand_conf (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Ddemand.c71 * demand_conf - configure the interface for doing dial-on-demand.
74 demand_conf() function
101 * Call the demand_conf procedure for each protocol that's got one.
104 if (protp->enabled_flag && protp->demand_conf != NULL)
105 if (!((*protp->demand_conf)(0)))
120 if (protp->enabled_flag && protp->demand_conf != NULL)
137 if (protp->enabled_flag && protp->demand_conf != NULL)
163 if (protp->enabled_flag && protp->demand_conf != NULL)
H A Dpppd.h340 int (*demand_conf) __P((int unit)); member in struct:protent
475 void demand_conf __P((void)); /* config interface(s) for demand-dial */
H A Dmain.c410 demand_conf();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Ddemand.c76 * demand_conf - configure the interface for doing dial-on-demand.
79 demand_conf() function
107 * Call the demand_conf procedure for each protocol that's got one.
110 if (protp->enabled_flag && protp->demand_conf != NULL)
111 if (!((*protp->demand_conf)(0)))
126 if (protp->enabled_flag && protp->demand_conf != NULL)
143 if (protp->enabled_flag && protp->demand_conf != NULL)
172 if (protp->enabled_flag && protp->demand_conf != NULL)
199 if (protp->enabled_flag && protp->demand_conf != NULL)
H A Dpppd.h426 int (*demand_conf) __P((int unit)); member in struct:protent
568 void demand_conf __P((void)); /* config interface(s) for demand-dial */
H A Dmain.c537 demand_conf();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h413 int (*demand_conf) __P((int unit)); member in struct:protent
547 void demand_conf __P((void)); /* config interface(s) for demand-dial */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h341 int (*demand_conf) __P((int unit)); member in struct:protent
486 void demand_conf __P((void)); /* config interface(s) for demand-dial */
H A Dmain.c369 demand_conf();

Completed in 87 milliseconds