snmp_pdu_add_variable (3) Linux Manual Page
snmp_pdu_add_variable, snmp_varlist_add_variable, snmp_add_null_var, snmp_clone_varbind, snmp_set_var_objid, snmp_set_var_value, snmp_set_var_typed_value, snmp_set_var_typed_integer, print_variable, fprint_variable, snprint_variable, print_value, fprint_value, snprint_value, snmp_free_var, snmp_free_varbind – netsnmp_varbind_api functions Synopsis #include <net-snmp/varbind_api.h> Creation netsnmp_variable_list *snmp_pdu_add_variable( netsnmp_pdu *pdu, const oid *objid, size_t objidlen, u_char type, const void *value, size_t len); netsnmp_variable_list *snmp_varlist_add_variable( netsnmp_variable_list *varlist, const oid *objid, size_t objidlen, u_char type, const void *value, size_t len);…
