Searched refs:PPP_LQR (Results 1 – 7 of 7) sorted by relevance
58 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
99 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
600 PUTSHORT(PPP_LQR, ucp); \ in lcp_addci()718 if (cishort != PPP_LQR) \ in lcp_ackci()934 if (cishort != PPP_LQR) { in lcp_nakci()1161 if (cishort != PPP_LQR || cilong != val) { \ in lcp_rejci()1473 if (cishort != PPP_LQR) { in lcp_reqci()1477 PUTSHORT(PPP_LQR, nakp); in lcp_reqci()1851 case PPP_LQR: in lcp_printpkt()
155 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
1615 if(!((protocol == PPP_LQR) || (protocol == PPP_PAP) || (protocol == PPP_CHAP)) || in pppInput()
743 PUTSHORT(PPP_LQR, ucp); \885 if (cishort != PPP_LQR) \1176 if (cishort != PPP_LQR)1422 if (cishort != PPP_LQR || cilong != val) \1742 if (cishort != PPP_LQR) {1746 PUTSHORT(PPP_LQR, nakp);2095 case PPP_LQR:
1122 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()