NAME
netmgt_oid2string - convert an object identifier to a printable string
SYNOPSIS
char *
netmgt_oid2string(length, value)
INPUT ARGUMENTS
length
length of object identifier, in octets.
value
pointer to an array of unsigned long integers containing the object identifier value.
RETURN VALUE
Pointer to dot notation string, if successful. Otherwise NULL.
DIAGNOSTICS
If NULL is returned, global variable netmgt_error indicates the error. The caller can get the reason for the error with netmgt_fetch_error(3n).
SEE ALSO
netmgt_fetch_error(3n)
RFC 1157, A Simple Network Management Protocol