HomeSort by: relevance | last modified time | path
    Searched defs:demand_conf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
demand.c 82 * demand_conf - configure the interface for doing dial-on-demand.
85 demand_conf(void) 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)
pppd.h 207 int (*demand_conf)(int unit); member in struct:protent

Completed in 16 milliseconds