Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
H A Ddemand.c80 * demand_conf - configure the interface for doing dial-on-demand.
83 demand_conf() in demand_conf() function
111 * Call the demand_conf procedure for each protocol that's got one. in demand_conf()
114 if (protp->demand_conf != NULL) in demand_conf()
115 ((*protp->demand_conf)(pcb)); in demand_conf()
118 if (!((*protp->demand_conf)(pcb))) in demand_conf()
134 if (protp->demand_conf != NULL) in demand_block()
151 if (protp->demand_conf != NULL) in demand_discard()
177 if (protp->demand_conf != NULL) in demand_unblock()
/third_party/lwip/src/include/netif/ppp/
H A Dppp_impl.h318 int (*demand_conf) (int unit); member
587 void demand_conf (void); /* config interface(s) for demand-dial */

Completed in 2 milliseconds