HomeSort by relevance Sort by last modified time
    Searched defs:demand_conf (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
demand.c 76 * 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)
pppd.h 420 int (*demand_conf) __P((int unit)); member in struct:protent
562 void demand_conf __P((void)); /* config interface(s) for demand-dial */
    [all...]

Completed in 33 milliseconds