agentx_region
struct agentx_region *
agentx_region(struct agentx_context *axc, uint32_t oid[],
struct agentx_region *axr;
agentx_region_retry(struct agentx_region *axr)
agentx_region_start(struct agentx_region *axr)
struct agentx_region *axr = cookie;
agentx_region_close(struct agentx_region *axr)
struct agentx_region *axr = cookie;
agentx_region_free(struct agentx_region *axr)
agentx_region_free_finalize(struct agentx_region *axr)
agentx_region_reset(struct agentx_region *axr)
agentx_index_integer_new(struct agentx_region *axr, uint32_t oid[],
agentx_index_integer_any(struct agentx_region *axr, uint32_t oid[],
agentx_index_integer_value(struct agentx_region *axr, uint32_t oid[],
agentx_index_integer_dynamic(struct agentx_region *axr, uint32_t oid[],
agentx_index_string_dynamic(struct agentx_region *axr, uint32_t oid[],
agentx_index_nstring_dynamic(struct agentx_region *axr, uint32_t oid[],
static int agentx_region_retry(struct agentx_region *);
static int agentx_region_start(struct agentx_region *);
static int agentx_region_close(struct agentx_region *);
agentx_index_oid_dynamic(struct agentx_region *axr, uint32_t oid[],
static void agentx_region_free_finalize(struct agentx_region *);
agentx_index_noid_dynamic(struct agentx_region *axr, uint32_t oid[],
static void agentx_region_reset(struct agentx_region *);
static struct agentx_index *agentx_index(struct agentx_region *,
agentx_index_ipaddress_dynamic(struct agentx_region *axr, uint32_t oid[],
agentx_index(struct agentx_region *axr, struct ax_varbind *vb,
struct agentx_region *axr = axi->axi_axr;
struct agentx_region *axr = axi->axi_axr;
struct agentx_region *axr = axi->axi_axr;
struct agentx_region *axr = axi->axi_axr;
struct agentx_region *axr = axi->axi_axr;
agentx_object(struct agentx_region *axr, uint32_t oid[], size_t oidlen,
struct agentx_region *axr = axo->axo_axr;
struct agentx_region *axr = axo->axo_axr;
struct agentx_region *axr;
struct agentx_region *axr;
TAILQ_ENTRY(agentx_region) axr_axc_regions;
struct agentx_region *axi_axr;
struct agentx_region *axr, *taxr;
struct agentx_region *axr, *taxr;
struct agentx_region *axr, *taxr;
struct agentx_region *axo_axr;
struct agentx_region;
struct agentx_region *agentx_region(struct agentx_context *,
void agentx_region_free(struct agentx_region *);
struct agentx_index *agentx_index_integer_new(struct agentx_region *,
struct agentx_index *agentx_index_integer_any(struct agentx_region *,
struct agentx_index *agentx_index_integer_value(struct agentx_region *,
struct agentx_region *, uint32_t[], size_t);
struct agentx_region *, uint32_t[], size_t);
struct agentx_region *, uint32_t[], size_t, size_t);
struct agentx_index *agentx_index_oid_dynamic(struct agentx_region *,
struct agentx_index *agentx_index_noid_dynamic(struct agentx_region *,
struct agentx_region *, uint32_t[], size_t);
struct agentx_object *agentx_object(struct agentx_region *, uint32_t[],
TAILQ_HEAD(, agentx_region) axc_regions;
struct agentx_region *host;
struct agentx_region *ifMIB, *interfaces;
struct agentx_region *pfMIBObjects;
struct agentx_region *sensorsMIBObjects;
struct agentx_region *carpMIBObjects;
struct agentx_region *memMIBObjects;
struct agentx_region *ip;
struct agentx_region *ipForward;
struct agentx_region *ucdDiskIOMIB;
struct agentx_region *dot1dBridge;
if ((host = agentx_region(sac, AGENTX_OID(HOST), 0)) == NULL)
if ((ifMIB = agentx_region(sac, AGENTX_OID(IFMIB), 0)) == NULL ||
(interfaces = agentx_region(sac,
if ((pfMIBObjects = agentx_region(sac,
if ((sensorsMIBObjects = agentx_region(sac,
if ((carpMIBObjects = agentx_region(sac,
if ((memMIBObjects = agentx_region(sac,
if ((ip = agentx_region(sac, AGENTX_OID(IP), 0)) == NULL)
if ((ipForward = agentx_region(sac, AGENTX_OID(IPFORWARD), 0)) == NULL)
if ((ucdDiskIOMIB = agentx_region(sac, AGENTX_OID(UCDDISKIOMIB),
if ((dot1dBridge = agentx_region(sac, AGENTX_OID(DOT1DBRIDGE),
if ((regress = agentx_region(sac,
struct agentx_region *regress;
struct agentx_region *sar;
sar = agentx_region(sac, AGENTX_OID(RELAYDINFO), 0);
struct agentx_region *vmMIB;
if ((vmMIB = agentx_region(ctx, AGENTX_OID(VMMIB), 1)) == NULL)