Searched defs:maxreq (Results 1 - 2 of 2) sorted by relevance

/external/libppp/src/
H A Dfsm.h65 u_int maxreq; /* Max Config REQ retries */ member in struct:fsm_retry
H A Dcommand.c1600 SetRetry(int argc, char const *const *argv, u_int *timeout, u_int *maxreq, argument
1605 *maxreq = def;
1624 *maxreq = l;
2073 &cx->physical->link.lcp.cfg.fsm.maxreq,
2080 &cx->chap.auth.cfg.fsm.maxreq, NULL, DEF_FSMAUTHTRIES);
2085 &cx->pap.cfg.fsm.timeout, &cx->pap.cfg.fsm.maxreq,
2091 &l->ccp.cfg.fsm.timeout, &l->ccp.cfg.fsm.maxreq,
2098 &arg->bundle->ncp.ipcp.cfg.fsm.maxreq,
2106 &arg->bundle->ncp.ipv6cp.cfg.fsm.maxreq,

Completed in 396 milliseconds