HomeSort by relevance Sort by last modified time
    Searched refs:LayerStart (Results 1 - 5 of 5) sorted by null

  /external/libppp/src/
fsm.h 78 void (*LayerStart)(struct fsm *); /* Layer about to start (tls) */
91 void (*LayerStart) (void *, struct fsm *); /* tls */
fsm.c 245 (*fp->fn->LayerStart)(fp);
246 (*fp->parent->LayerStart)(fp->parent->object, fp);
260 (*fp->fn->LayerStart)(fp);
261 (*fp->parent->LayerStart)(fp->parent->object, fp);
328 (*fp->fn->LayerStart)(fp);
329 (*fp->parent->LayerStart)(fp->parent->object, fp);
557 (*fp->fn->LayerStart)(fp);
558 (*fp->parent->LayerStart)(fp->parent->object, fp);
datalink.c 566 (*dl->parent->LayerStart)(dl->parent->object, fp);
846 dl->fsmp.LayerStart = datalink_LayerStart;
    [all...]
mp.c 269 mp->fsmp.LayerStart = mp_LayerStart;
    [all...]
bundle.c 822 bundle.fsm.LayerStart = bundle_LayerStart;
    [all...]

Completed in 29 milliseconds