Lines Matching refs:callback
11 5 - Notify phase callback (PPP_NOTIFY_PHASE)
67 * PPP status callback
70 * PPP status callback is called on PPP status change (up, down, …) from lwIP
74 /* PPP status callback example */
189 * PPPoS serial output callback
194 * ctx, optional user-provided callback context pointer
206 * output_cb, PPPoS serial output callback
207 * status_cb, PPP status callback, called on PPP status change (up, down, …)
208 * ctx_cb, optional user-provided callback context pointer
228 * status_cb, PPP status callback, called on PPP status change (up, down, …)
229 * ctx_cb, optional user-provided callback context pointer
255 * status_cb, PPP status callback, called on PPP status change (up, down, …)
256 * ctx_cb, optional user-provided callback context pointer
430 5 Notify phase callback (PPP_NOTIFY_PHASE)
433 Notify phase callback, enabled using the PPP_NOTIFY_PHASE config option, let
434 you configure a callback that is called on each PPP internal state change.
435 This is different from the status callback which only warns you about
438 Notify phase callback can be used, for example, to set a LED pattern depending
439 on the current phase of the PPP session. Here is a callback example which
497 callback function
524 callback anymore.
527 output callback in place of sio_write