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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Ddemand.c67 * demand_conf - configure the interface for doing dial-on-demand.
70 demand_conf() function
97 * Call the demand_conf procedure for each protocol that's got one.
100 if (protp->enabled_flag && protp->demand_conf != NULL)
101 if (!((*protp->demand_conf)(0)))
116 if (protp->enabled_flag && protp->demand_conf != NULL)
133 if (protp->enabled_flag && protp->demand_conf != NULL)
159 if (protp->enabled_flag && protp->demand_conf != NULL)
H A Dpppd.h342 int (*demand_conf) __P((int unit)); member in struct:protent
477 void demand_conf __P((void)); /* config interface(s) for demand-dial */
H A Dmain.c410 demand_conf();
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Ddemand.c83 * demand_conf - configure the interface for doing dial-on-demand.
86 demand_conf() function
114 * Call the demand_conf procedure for each protocol that's got one.
117 if (protp->enabled_flag && protp->demand_conf != NULL)
118 if (!((*protp->demand_conf)(0)))
133 if (protp->enabled_flag && protp->demand_conf != NULL)
150 if (protp->enabled_flag && protp->demand_conf != NULL)
176 if (protp->enabled_flag && protp->demand_conf != NULL)
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 */
H A Dmain.c459 demand_conf();
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Ddemand.c83 * demand_conf - configure the interface for doing dial-on-demand.
86 demand_conf() function
114 * Call the demand_conf procedure for each protocol that's got one.
117 if (protp->enabled_flag && protp->demand_conf != NULL)
118 if (!((*protp->demand_conf)(0)))
133 if (protp->enabled_flag && protp->demand_conf != NULL)
150 if (protp->enabled_flag && protp->demand_conf != NULL)
176 if (protp->enabled_flag && protp->demand_conf != NULL)
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 */
H A Dmain.c459 demand_conf();
/asus-wl-520gu-7.0.1.45/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 179 milliseconds