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

  /external/libppp/src/
auth.h 46 struct pppTimer authtimer; member in struct:authinfo
auth.c 390 timer_Stop(&authp->authtimer);
394 timer_Start(&authp->authtimer);
418 timer_Stop(&authp->authtimer);
419 authp->authtimer.func = AuthTimeout;
420 authp->authtimer.name = "auth";
421 authp->authtimer.load = authp->cfg.fsm.timeout * SECTICKS;
422 authp->authtimer.arg = (void *)authp;
426 timer_Start(&authp->authtimer);
432 timer_Stop(&authp->authtimer);
datalink.c 769 timer_Stop(&dl->pap.authtimer);
770 timer_Stop(&dl->chap.auth.authtimer);
    [all...]

Completed in 1265 milliseconds