Searched refs:maxreq (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | ipv6cp.c | 278 ipv6cp->cfg.fsm.maxreq = DEF_FSMTRIES; in ipv6cp_Init() 344 ipv6cp->cfg.fsm.maxreq, ipv6cp->cfg.fsm.maxreq == 1 ? "" : "s", in ipv6cp_Show() 515 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3; in ipv6cp_LayerUp() 582 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3; in ipv6cp_LayerStart() 606 fp->restart = ipv6cp->cfg.fsm.maxreq; in ipv6cp_InitRestartCounter()
|
| H A D | ccp.c | 197 ccp->cfg.fsm.maxreq, ccp->cfg.fsm.maxreq == 1 ? "" : "s", in ccp_ReportStatus() 257 ccp->cfg.fsm.maxreq = DEF_FSMTRIES; in ccp_Init() 334 fp->restart = ccp->cfg.fsm.maxreq; in CcpInitRestartCounter() 441 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3; in CcpLayerStart() 558 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3; in CcpLayerUp()
|
| H A D | auth.c | 417 authp->cfg.fsm.maxreq = DEF_FSMAUTHTRIES; in auth_Init() 433 authp->retry = authp->cfg.fsm.maxreq; in auth_StartReq()
|
| H A D | fsm.h | 67 u_int maxreq; /* Max Config REQ retries */ member
|
| H A D | lcp.c | 205 lcp->cfg.fsm.maxreq, lcp->cfg.fsm.maxreq == 1 ? "" : "s", in lcp_ReportStatus() 268 lcp->cfg.fsm.maxreq = DEF_FSMTRIES; in lcp_Init() 369 fp->restart = lcp->cfg.fsm.maxreq; in LcpInitRestartCounter() 562 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3; in LcpLayerStart() 584 fp->more.reqs = fp->more.naks = fp->more.rejs = lcp->cfg.fsm.maxreq * 3; in LcpLayerUp()
|
| H A D | ipcp.c | 379 ipcp->cfg.fsm.maxreq, ipcp->cfg.fsm.maxreq == 1 ? "" : "s", in ipcp_Show() 485 ipcp->cfg.fsm.maxreq = DEF_FSMTRIES; in ipcp_Init() 747 fp->restart = ipcp->cfg.fsm.maxreq; in IpcpInitRestartCounter() 829 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3; in IpcpLayerStart() 973 fp->more.reqs = fp->more.naks = fp->more.rejs = ipcp->cfg.fsm.maxreq * 3; in IpcpLayerUp()
|
| H A D | command.c | 1609 SetRetry(int argc, char const *const *argv, u_int *timeout, u_int *maxreq, in SetRetry() argument 1614 *maxreq = def; in SetRetry() 1633 *maxreq = l; in SetRetry() 2082 &cx->physical->link.lcp.cfg.fsm.maxreq, in SetVariable() 2089 &cx->chap.auth.cfg.fsm.maxreq, NULL, DEF_FSMAUTHTRIES); in SetVariable() 2094 &cx->pap.cfg.fsm.timeout, &cx->pap.cfg.fsm.maxreq, in SetVariable() 2100 &l->ccp.cfg.fsm.timeout, &l->ccp.cfg.fsm.maxreq, in SetVariable() 2107 &arg->bundle->ncp.ipcp.cfg.fsm.maxreq, in SetVariable() 2115 &arg->bundle->ncp.ipv6cp.cfg.fsm.maxreq, in SetVariable()
|