search for: stopip

Displaying 1 result from an estimated 1 matches for "stopip".

Did you mean: stopin
2011 Jun 28
1
[nut-commits] svn commit r3060 - branches/nut-scanner/tools/nut-scanner
...; 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 and XML... I'm also wondering if the "startIP / stopIP" is really worth WRT a CIDR or "network / mask" notation... in all cases, provi...