Searched refs:snmp_node (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpagent.c | 55 struct snmp_node *tree; 82 const struct snmp_node *node[SNMP_MAX_BINDINGS]; 114 static struct snmp_node * 117 struct snmp_node *tp; in find_node() 156 static struct snmp_node * 159 struct snmp_node *tp; in find_subnode() 207 struct snmp_node *tp; in snmp_get() 290 static struct snmp_node * 293 struct snmp_node *tp; in next_node() 338 const struct snmp_node *tp; in do_getnext() [all …]
|
H A D | snmpagent.h | 96 struct snmp_node { struct 107 extern struct snmp_node *tree; argument
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 57 ng_ID_t snmp_node; variable 910 if (snmp_node == 0) { in ng_start() 915 snmp_node = ng_node_id(".:"); in ng_start() 1019 if (snmp_node != 0) in op_ng_config() 1031 snmp_node = ng_node_id(".:"); in op_ng_config() 1066 snmp_node = 0; in op_ng_config() 1143 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE, in fetch_types() 1377 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE, NGM_LISTNODES, in find_node_next() 1522 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE, NGM_LISTNODES, in find_hook_next()
|
H A D | snmp_netgraph.h | 37 extern ng_ID_t snmp_node;
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | config.c | 688 handle_assignment(const struct snmp_node *node, struct asn_oid *vindex, in handle_assignment() 808 static const struct snmp_node * 811 struct snmp_node *node; in parse_oid() 1020 const struct snmp_node *node; in parse_assign() 1249 struct snmp_node *node; in do_rollback() 1276 struct snmp_node *node; in do_commit()
|
H A D | main.c | 1631 if ((tree = malloc(sizeof(struct snmp_node) * CTREE_SIZE)) == NULL) { in main() 1635 memcpy(tree, ctree, sizeof(struct snmp_node) * CTREE_SIZE); in main() 2314 const struct snmp_node *n1 = v1; in compare_node() 2315 const struct snmp_node *n2 = v2; in compare_node() 2320 tree_merge(const struct snmp_node *ntree, u_int nsize, struct lmodule *mod) in tree_merge() 2322 struct snmp_node *xtree; in tree_merge()
|
H A D | snmpmod.h | 342 const struct snmp_node *tree;
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 105 Add a new field to struct snmp_node for snmp agents: tree_data.
|