Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dppp_defs.h59 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h103 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
/external/ppp/pppd/
Dlcp.c743 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:
Dmain.c1099 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()