Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google
null.h File Reference
Main Page   Data Structures   File List   Data Fields   Globals  

null.h File Reference

Go to the source code of this file.


Functions

int register_null (oid *, size_t)

Variables

NodeHandler null_handler

Function Documentation

int register_null oid *    loc,
size_t    loc_len
 

Definition at line 19 of file null.c.

Referenced by setup_tree().

00019                                             {
00020     handler_registration *reginfo;
00021     reginfo = SNMP_MALLOC_TYPEDEF(handler_registration);
00022     reginfo->handlerName = strdup("");
00023     reginfo->rootoid = loc;
00024     reginfo->rootoid_len = loc_len;
00025     reginfo->handler = create_handler("null", null_handler);
00026     return register_handler(reginfo);
00027 }

Variable Documentation

NodeHandler null_handler
 

Definition at line 10 of file null.h.


Generated on Sat Nov 10 14:09:55 2001 for net-snmp by doxygen1.2.11 written by Dimitri van Heesch, © 1997-2001
[an error occurred while processing this directive] [an error occurred while processing this directive]

Valid CSS!


Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.