Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dlcp.c2738 static unsigned int last_pkts_in = 0; in LcpSendEchoRequest() local
2745 if (link_stats.pkts_in != last_pkts_in) { in LcpSendEchoRequest()
2746 last_pkts_in = link_stats.pkts_in; in LcpSendEchoRequest()