Home
last modified time | relevance | path

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.c68 demand_conf() in demand_conf() function
100 if (protp->enabled_flag && protp->demand_conf != NULL) in demand_conf()
101 if (!((*protp->demand_conf)(0))) in demand_conf()
116 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_block()
135 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_discard()
164 if (protp->enabled_flag && protp->demand_conf != NULL && in demand_unblock()
H A Dpppd.h380 int (*demand_conf) __P((int unit)); member
505 extern void demand_conf __P((void));
H A Dmain.c571 demand_conf();