Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/snmp/
H A DPdu.cc68 switch (snmpAggrType(aggr.name, aggr.name_length)) { in aggregate()
235 if (snmpAggrType(aggr.name, aggr.name_length) == atAverage) { in fixAggregate()
/dports/www/squid/squid-4.15/src/
H A Dsnmp_core.h43 AggrType snmpAggrType(oid* Current, snint CurrentLen);
H A Dsnmp_core.cc569 snmpAggrType(oid* Current, snint CurrentLen) in snmpAggrType() function