snmp_vars.c File Reference
#include "squid.h"
#include "asn1.h"
#include "snmp.h"
#include "snmp_api_error.h"
#include "snmp_msg.h"
#include "snmp_pdu.h"
#include "snmp_vars.h"
#include "util.h"
Include dependency graph for snmp_vars.c:

Go to the source code of this file.

Macros

#define PARSE_ERROR   { snmp_var_free(Var); return(NULL); }
 

Functions

struct variable_listsnmp_var_new (oid *Name, int Len)
 
struct variable_listsnmp_var_new_integer (oid *Name, int Len, int ival, unsigned char type)
 
struct variable_listsnmp_var_clone (struct variable_list *Src)
 
void snmp_var_free (struct variable_list *Ptr)
 
u_char * snmp_var_EncodeVarBind (u_char *Buffer, int *BufLenP, variable_list *VarList, int Version)
 
u_char * snmp_var_DecodeVarBind (u_char *Buffer, int *BufLen, struct variable_list **VarP, int Version)
 

Macro Definition Documentation

◆ PARSE_ERROR

#define PARSE_ERROR   { snmp_var_free(Var); return(NULL); }

Function Documentation

◆ snmp_var_clone()

◆ snmp_var_DecodeVarBind()

◆ snmp_var_EncodeVarBind()

◆ snmp_var_free()

void snmp_var_free ( struct variable_list Ptr)

◆ snmp_var_new()

◆ snmp_var_new_integer()

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors