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

  /external/libppp/src/
fsm.h 79 void (*LayerFinish)(struct fsm *); /* Layer now down (tlf) */
94 void (*LayerFinish) (void *, struct fsm *); /* tlf */
fsm.c 322 (*fp->fn->LayerFinish)(fp);
324 (*fp->parent->LayerFinish)(fp->parent->object, fp);
350 (*fp->fn->LayerFinish)(fp);
352 (*fp->parent->LayerFinish)(fp->parent->object, fp);
433 (*fp->fn->LayerFinish)(fp);
435 (*fp->parent->LayerFinish)(fp->parent->object, fp);
438 (*fp->fn->LayerFinish)(fp);
440 (*fp->parent->LayerFinish)(fp->parent->object, fp);
445 (*fp->fn->LayerFinish)(fp);
447 (*fp->parent->LayerFinish)(fp->parent->object, fp)
    [all...]
datalink.c 785 (*dl->parent->LayerFinish)(dl->parent->object, fp);
849 dl->fsmp.LayerFinish = datalink_LayerFinish;
    [all...]
mp.c 272 mp->fsmp.LayerFinish = mp_LayerFinish;
    [all...]
bundle.c 825 bundle.fsm.LayerFinish = bundle_LayerFinish;
    [all...]

Completed in 482 milliseconds