Searched defs:netsnmp_agent_session_s (Results 1 – 1 of 1) sorted by relevance
196 typedef struct netsnmp_agent_session_s { struct207 struct netsnmp_agent_session_s *next; argument212 netsnmp_agent_request_info *reqinfo;213 netsnmp_request_info *requests;214 netsnmp_tree_cache *treecache;215 netsnmp_variable_list **bulkcache;216 int treecache_len; /* length of cache array */217 int treecache_num; /* number of current cache entries */218 netsnmp_cachemap *cache_store;219 int vbcount;[all …]