Searched defs:demand_conf (Results 1 - 2 of 2) sorted by relevance

/external/ppp/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)
169 if (protp->enabled_flag && protp->demand_conf != NULL)
H A Dpppd.h420 int (*demand_conf) __P((int unit)); member in struct:protent
562 void demand_conf __P((void)); /* config interface(s) for demand-dial */

Completed in 380 milliseconds