/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 | 682 ipv6cp_nakci(f, p, len, treat_as_reject) 686 int treat_as_reject; 732 if (treat_as_reject) { 746 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 | 1019 ipcp_nakci(f, p, len, treat_as_reject) 1023 int treat_as_reject; 1099 if (treat_as_reject) { 1120 if (treat_as_reject) { 1145 if (treat_as_reject) { 1155 if (treat_as_reject) { 1163 if (treat_as_reject) { [all...] |
lcp.c | 950 lcp_nakci(f, p, len, treat_as_reject) 954 int treat_as_reject; [all...] |
ccp.c | 897 ccp_nakci(f, p, len, treat_as_reject) 901 int treat_as_reject; [all...] |