Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/
A Dppp.c1626 link_stats.bytes_in -= old_link_stats.bytes_in; in update_link_stats()
1639 info("Sent %u bytes, received %u bytes.", link_stats.bytes_out, link_stats.bytes_in); in print_link_stats()
A Dauth.c1291 used = link_stats.bytes_in;
1298 … used = (link_stats.bytes_in > link_stats.bytes_out) ? link_stats.bytes_in : link_stats.bytes_out;
1301 used = link_stats.bytes_in+link_stats.bytes_out;
/lib/lwip/lwip/src/include/netif/ppp/
A Dppp_impl.h375 unsigned int bytes_in; member

Completed in 22 milliseconds