Home
last modified time | relevance | path

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

/external/libpcap/
Dppp.h57 #define PPP_LQM 0xc025 /* Link Quality Monitoring */ macro
/external/tcpdump/
Dppp.h62 #define PPP_LQM 0xc025 /* Link Quality Monitoring */ macro
Dprint-ppp.c102 { PPP_LQM, "LQM" },
667 if (EXTRACT_16BITS(p+2) == PPP_LQM) in print_lcp_config_options()