HomeSort by relevance Sort by last modified time
    Searched defs:demand_conf (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
demand.c 76 * demand_conf - configure the interface for doing dial-on-demand.
79 demand_conf() function
107 * Call the demand_conf procedure for each protocol that's got one.
110 if (protp->enabled_flag && protp->demand_conf != NULL)
111 if (!((*protp->demand_conf)(0)))
126 if (protp->enabled_flag && protp->demand_conf != NULL)
143 if (protp->enabled_flag && protp->demand_conf != NULL)
169 if (protp->enabled_flag && protp->demand_conf != NULL)
pppd.h 425 int (*demand_conf) __P((int unit)); member in struct:protent
584 void demand_conf __P((void)); /* config interface(s) for demand-dial */
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 304 int (*demand_conf) (int unit); member in struct:protent

Completed in 189 milliseconds