Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dlcp.c2734 static unsigned int last_pkts_in = 0; in LcpSendEchoRequest() local
2741 if (link_stats.pkts_in != last_pkts_in) { in LcpSendEchoRequest()
2742 last_pkts_in = link_stats.pkts_in; in LcpSendEchoRequest()