Lines Matching full:called
52 for NO_SYS=1 systems or called inside lwIP core thread for NO_SYS=0 systems.
70 * PPP status callback is called on PPP status change (up, down, …) from lwIP
164 /* ppp_close() was previously called, don't reconnect */
166 /* ppp_free(); -- can be called here */
207 * status_cb, PPP status callback, called on PPP status change (up, down, …)
228 * status_cb, PPP status callback, called on PPP status change (up, down, …)
255 * status_cb, PPP status callback, called on PPP status change (up, down, …)
287 * Initiate PPP negotiation, without waiting (holdoff=0), can only be called
343 * be called if PPP session is in the dead state (i.e. disconnected).
361 * Then you must wait your status_cb() to be called, it may takes from a few
371 * Free the PPP control block, can only be called if PPP session is in the
385 is not IRQ safe and then *MUST* only be called inside your main loop.
388 safe and can be safely called from an interrupt context, using that is going
389 to reduce your need of buffer if pppos_input() is called byte after byte in
434 you configure a callback that is called on each PPP internal state change.