Home
last modified time | relevance | path

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

/netbsd/external/bsd/ppp/dist/pppd/
H A Ddemand.c86 demand_conf(void) in demand_conf() function
118 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf()
119 if (!((*protp->demand_conf)(0))) in demand_conf()
134 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_block()
151 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_discard()
177 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_unblock()
H A Dpppd.h447 int (*demand_conf)(int unit); member
604 void demand_conf(void); /* config interface(s) for demand-dial */
H A Dmain.c477 demand_conf(); in main()