/external/ppp/pppd/ |
fsm.h | 80 int maxnakloops; /* Maximum number of nak loops tolerated */ member in struct:fsm
|
fsm.c | 89 f->maxnakloops = DEFMAXNAKLOOPS; 450 reject_if_disagree = (f->nakloops >= f->maxnakloops); 556 treat_as_reject = (f->rnakloops >= f->maxnakloops);
|
ipv6cp.c | 252 { "ipv6cp-max-failure", o_int, &ipv6cp_fsm[0].maxnakloops, [all...] |
ipxcp.c | 163 { "ipxcp-max-failure", o_int, &ipxcp_fsm[0].maxnakloops, [all...] |
ipcp.c | 188 { "ipcp-max-failure", o_int, &ipcp_fsm[0].maxnakloops, [all...] |
lcp.c | 160 { "lcp-max-failure", o_int, &lcp_fsm[0].maxnakloops, [all...] |