Home
last modified time | relevance | path

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

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/
H A Dsnmp_agent.c134 static netsnmp_container *_pdu_stats = NULL; variable
142 return _pdu_stats; in netsnmp_get_pdu_stats()
172 if ((NULL != _pdu_stats) || (++done != 1)) in _pdu_stats_init()
176 if (NULL == _pdu_stats) { in _pdu_stats_init()
202 if (NULL == _pdu_stats) in _pdu_stats_shutdown()
205 for( ; x < CONTAINER_SIZE(_pdu_stats); ++x) { in _pdu_stats_shutdown()
212 CONTAINER_FREE(_pdu_stats); in _pdu_stats_shutdown()
213 _pdu_stats = NULL; in _pdu_stats_shutdown()
225 for( ; x < CONTAINER_SIZE(_pdu_stats); ++x) { in _dump_pdu_stats()
1867 CONTAINER_INSERT(_pdu_stats, new_entry); in netsnmp_pdu_stats_process()
[all …]