HomeSort by relevance Sort by last modified time
    Searched defs:link_stats (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/route/
link.c 1063 static struct trans_tbl link_stats[] = { variable in typeref:struct:trans_tbl
1091 return __type2str(st, buf, len, link_stats, ARRAY_SIZE(link_stats));
1096 return __str2type(name, link_stats, ARRAY_SIZE(link_stats));
    [all...]
  /external/ppp/pppd/
main.c 206 struct pppd_stats link_stats; variable in typeref:struct:pppd_stats
1193 link_stats.bytes_out, link_stats.bytes_in);
1220 if (!get_ppp_stats(u, &link_stats)
1226 link_stats.bytes_in -= old_link_stats.bytes_in;
1227 link_stats.bytes_out -= old_link_stats.bytes_out;
1228 link_stats.pkts_in -= old_link_stats.pkts_in;
1229 link_stats.pkts_out -= old_link_stats.pkts_out;
1233 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_out);
1235 slprintf(numbuf, sizeof(numbuf), "%u", link_stats.bytes_in)
    [all...]

Completed in 160 milliseconds