Home | History | Annotate | Download | only in src

Lines Matching refs:chap

76 #include "chap.h"
407 result = descriptor_UpdateSet(&dl->chap.desc, r, w, e, n) +
441 return descriptor_IsSet(&dl->chap.desc, fdset) ? 1 :
469 if (descriptor_IsSet(&dl->chap.desc, fdset))
470 descriptor_Read(&dl->chap.desc, bundle, fdset);
504 if (descriptor_IsSet(&dl->chap.desc, fdset))
505 switch (descriptor_Write(&dl->chap.desc, bundle, fdset)) {
589 auth_StartReq(&dl->chap.auth);
600 auth_StopTimer(&dl->chap.auth);
601 chap_ReInit(&dl->chap);
770 timer_Stop(&dl->chap.auth.authtimer);
859 chap_Init(&dl->chap, dl->physical);
913 chap_Init(&dl->chap, dl->physical);
914 dl->chap.auth.cfg = odl->chap.auth.cfg;
1369 copy = dl->chap.auth.cfg.fsm;
1370 chap_Init(&dl->chap, dl->physical);
1371 dl->chap.auth.cfg.fsm = copy;
1397 timer_Stop(&dl->chap.auth.authtimer);