Home
last modified time | relevance | path

Searched refs:PPP_LQM (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dppp.h56 #define PPP_LQM 0xc025 /* Link Quality Monitoring */ macro
/dragonfly/contrib/tcpdump/
H A Dppp.h61 #define PPP_LQM 0xc025 /* Link Quality Monitoring */ macro
H A Dprint-ppp.c96 { PPP_LQM, "LQM" },
675 if (GET_BE_U_2(p + 2) == PPP_LQM) in print_lcp_config_options()