Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google

variable_list Struct Reference

The netsnmp variable list binding structure, it's typedef'd to netsnmp_variable_list. More...

#include <types.h>

Data Fields

struct variable_list next_variable
  NULL for last variable.
oid *  name
  Object identifier of variable.
size_t  name_length
  number of subid's in name
u_char  type
  ASN type of variable.
netsnmp_vardata  val
  value of variable
size_t  val_len
  the length of the value to be copied into buf
oid  name_loc [MAX_OID_LEN]
  90 percentile < 24.
u_char  buf [40]
  90 percentile < 40.
void *  data
  (Opaque) hook for additional data
void(*  dataFreeHook )(void *)
  callback to free above
int  index

Detailed Description

The netsnmp variable list binding structure, it's typedef'd to netsnmp_variable_list.

Examples:

notification.c.

Definition at line 112 of file types.h.


Field Documentation

u_char variable_list::buf[40]

90 percentile < 40.

Definition at line 128 of file types.h.

(Opaque) hook for additional data

Definition at line 130 of file types.h.

void(* variable_list::dataFreeHook)(void *)

callback to free above

Object identifier of variable.

Definition at line 116 of file types.h.

number of subid's in name

Definition at line 118 of file types.h.

oid variable_list::name_loc[MAX_OID_LEN]

90 percentile < 24.

Definition at line 126 of file types.h.

NULL for last variable.

Definition at line 114 of file types.h.

ASN type of variable.

Examples:
delayed_instance.c.

Definition at line 120 of file types.h.

value of variable

Examples:
delayed_instance.c.

Definition at line 122 of file types.h.

the length of the value to be copied into buf

Definition at line 124 of file types.h.


The documentation for this struct was generated from the following file:

Generated on 28 Sep 2009 for net-snmp by  doxygen 1.6.1

Last modified: Monday, 28-Sep-2009 20:19:11 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.