Searched refs:snmp_node (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/bsnmp/lib/
H A Dsnmpagent.h96 struct snmp_node { struct
107 extern struct snmp_node *tree;
H A Dsnmpagent.c55 struct snmp_node *tree;
82 const struct snmp_node *node[SNMP_MAX_BINDINGS];
114 static struct snmp_node *
117 struct snmp_node *tp;
156 static struct snmp_node *
159 struct snmp_node *tp;
204 struct snmp_node *tp;
282 static struct snmp_node *
285 struct snmp_node *tp;
330 const struct snmp_node *t
[all...]
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h39 extern ng_ID_t snmp_node;
H A Dsnmp_netgraph.c59 ng_ID_t snmp_node; variable
912 if (snmp_node == 0) {
917 snmp_node = ng_node_id(".:");
1021 if (snmp_node != 0)
1033 snmp_node = ng_node_id(".:");
1068 snmp_node = 0;
1145 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE,
1379 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE, NGM_LISTNODES,
1524 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE, NGM_LISTNODES,
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dconfig.c688 handle_assignment(const struct snmp_node *node, struct asn_oid *vindex,
808 static const struct snmp_node *
811 struct snmp_node *node;
1019 const struct snmp_node *node;
1247 struct snmp_node *node;
1274 struct snmp_node *node;
H A Dmain.c1788 if ((tree = malloc(sizeof(struct snmp_node) * CTREE_SIZE)) == NULL) {
1792 memcpy(tree, ctree, sizeof(struct snmp_node) * CTREE_SIZE);
2448 const struct snmp_node *n1 = v1;
2449 const struct snmp_node *n2 = v2;
2454 tree_merge(const struct snmp_node *ntree, u_int nsize, struct lmodule *mod)
2456 struct snmp_node *xtree;
H A Dsnmpmod.h300 const struct snmp_node *tree;
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c182 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE, NGM_LISTNODES,

Completed in 175 milliseconds