HomeSort by relevance Sort by last modified time
    Searched refs:CUPS_SNMP_VERSION_1 (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
testsnmp.c 222 if (_cupsSNMPWalk(fd, addr, CUPS_SNMP_VERSION_1, community, oid, 5.0,
233 if (!_cupsSNMPWrite(fd, addr, CUPS_SNMP_VERSION_1, community,
snmp-private.h 36 #define CUPS_SNMP_VERSION_1 0 /* SNMPv1 */
snmp.c 572 if (fd < 0 || !address || version != CUPS_SNMP_VERSION_1 || !community ||
663 if (fd < 0 || !address || version != CUPS_SNMP_VERSION_1 || !community ||
955 != CUPS_SNMP_VERSION_1)
    [all...]

Completed in 84 milliseconds