/external/ppp/pppd/ |
fsm.c | 549 int treat_as_reject; local 556 treat_as_reject = (f->rnakloops >= f->maxnakloops); 558 || !(ret = f->callbacks->nakci(f, inp, len, treat_as_reject))) {
|
ipv6cp.c | 673 ipv6cp_nakci(f, p, len, treat_as_reject) 677 int treat_as_reject; 723 if (treat_as_reject) { 737 if (cishort == IPV6CP_COMP && !treat_as_reject) { [all...] |
ipxcp.c | 766 ipxcp_nakci(f, p, len, treat_as_reject) 770 int treat_as_reject; 796 if (treat_as_reject) 807 if (treat_as_reject) [all...] |
ipcp.c | 964 ipcp_nakci(f, p, len, treat_as_reject) 968 int treat_as_reject; 1044 if (treat_as_reject) { 1065 if (treat_as_reject) { 1090 if (treat_as_reject) { 1100 if (treat_as_reject) { 1108 if (treat_as_reject) { [all...] |
lcp.c | 927 lcp_nakci(f, p, len, treat_as_reject) 931 int treat_as_reject; 1188 if (treat_as_reject) [all...] |
ccp.c | 897 ccp_nakci(f, p, len, treat_as_reject) [all...] |