Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c3391 static int get_snmp_int(char *proto, char *key, int *result) in get_snmp_int() function
3515 if (get_snmp_int("Tcp:", "CurrEstab", &sn.tcp_estab) < 0) in print_summary()