Home
last modified time | relevance | path

Searched refs:demand_conf (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Ddemand.c79 demand_conf() in demand_conf() function
110 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf()
111 if (!((*protp->demand_conf)(0))) in demand_conf()
126 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_block()
143 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_discard()
169 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_unblock()
Dpppd.h425 int (*demand_conf) __P((int unit)); member
584 void demand_conf __P((void)); /* config interface(s) for demand-dial */
Dmain.c510 demand_conf();