Displaying 1 result from an estimated 1 matches for "snmp_security_t".
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
...gt;
> Author: fbohe-guest
> Date: Mon Jun 27 13:56:51 2011
> New Revision: 3060
> URL: http://trac.networkupstools.org/projects/nut/changeset/3060
>
> Log:
> Add NUT server scan.
>
> (...)
> device_t * scan_snmp(char * start_ip, char * stop_ip,long usec_timeout,
> snmp_security_t * sec);
>
> device_t * scan_usb();
>
> device_t * scan_xml_http(long usec_timeout);
>
> +device_t * scan_nut(char * startIP, char * stopIP, char * port);
>
for the sake of coherence and completion, you may also add the "long
usec_timeout" here, as you did for SNMP...