Searched refs:PPP_LQR (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/include/net/
H A Dppp_defs.h93 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
/external/kernel-headers/original/linux/
H A Dppp_defs.h88 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
/external/ppp/pppd/
H A Dlcp.c720 PUTSHORT(PPP_LQR, ucp); \
862 if (cishort != PPP_LQR) \
1153 if (cishort != PPP_LQR)
1399 if (cishort != PPP_LQR || cilong != val) \
1719 if (cishort != PPP_LQR) {
1723 PUTSHORT(PPP_LQR, nakp);
2073 case PPP_LQR:
H A Dmain.c1058 && !(protocol == PPP_LCP || protocol == PPP_LQR

Completed in 2328 milliseconds