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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c71 * demand_conf - configure the interface for doing dial-on-demand.
74 demand_conf() function
103 * Call the demand_conf procedure for each protocol that's got one.
106 if (protp->enabled_flag && protp->demand_conf != NULL)
107 if (!((*protp->demand_conf)(0)))
122 if (protp->enabled_flag && protp->demand_conf != NULL &&
141 if (protp->enabled_flag && protp->demand_conf != NULL &&
170 if (protp->enabled_flag && protp->demand_conf != NULL &&
H A Dpppd.h373 int (*demand_conf) __P((int unit)); member in struct:protent
498 extern void demand_conf __P((void));
H A Dmain.c574 demand_conf();

Completed in 52 milliseconds