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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dlcp.c2734 static unsigned int last_pkts_in = 0; local
2741 if (link_stats.pkts_in != last_pkts_in) {
2742 last_pkts_in = link_stats.pkts_in;
/barrelfish-master/include/lwip2/netif/ppp/
H A Dlcp.c2734 static unsigned int last_pkts_in = 0; local
2741 if (link_stats.pkts_in != last_pkts_in) {
2742 last_pkts_in = link_stats.pkts_in;

Completed in 44 milliseconds