Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dppp_defs.h80 #define PPP_LQR 0xc025 /* Link Quality Report protocol */ macro
/openbsd/usr.sbin/pppd/
H A Dlcp.c540 PUTSHORT(PPP_LQR, ucp); \
667 if (cishort != PPP_LQR) \
881 if (cishort != PPP_LQR)
1096 if (cishort != PPP_LQR || cilong != val) \
1360 if (cishort != PPP_LQR) {
1364 PUTSHORT(PPP_LQR, nakp);
1650 case PPP_LQR:
H A Dmain.c684 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
/openbsd/usr.sbin/tcpdump/
H A Dprint-ppp.c89 { PPP_LQR, "LQR" }, /* Link Quality Report protocol */
602 case PPP_LQR: in print_lcp_config_options()