Hai,

 register_config_handler("snmptrapd", "createUser",
                            usm_parse_create_usmUser, NULL,
                           "username (MD5|SHA) passphrase [DES [passphrase]]");
 register_config_handler("snmptrapd", "usmUser",
                            usm_parse_config_usmUser, NULL, NULL);

    snmp_register_callback(SNMP_CALLBACK_LIBRARY, SNMP_CALLBACK_STORE_DATA,
                           usm_store_users, NULL);

    init_snmp("snmptrapd");
    
    netsnmp_transport* transport = netsnmp_tdomain_transport("udp:162", 1, 
"udp");


can anybody what is done by the above functions when they are in the same 
order. i am not able to understand about the above code.


Regards,
Raja.Kavuri

                
---------------------------------
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to