snmpAuxLib

NAME

snmpAuxLib - utility routines for object identifiers

SYNOPSIS

ip_to_rlist( ) - convert an IP address to an array of OID components

oidcmp( ) - compare two object identifiers

oidcmp2( ) - compare two object identifiers

oid_to_ip( ) - convert an object identifier to an IP address

int ip_to_rlist  
(UINT_32_T ip_address, OIDC_T * object_id); 
int oidcmp (int length_1, OIDC_T * oid_1, int length_2, OIDC_T * oid_2);
int oidcmp2 (int length_1, OIDC_T * oid_1, int length_2, OIDC_T * oid_2);
int oid_to_ip (int count, OIDC_T * object_id, UINT_32_T * addr);

DESCRIPTION

This module defines the routines used to manipilate object identifiers.

INCLUDE FILES

snmpdefs.h