Home
last modified time | relevance | path

Searched refs:CUPS_SNMP_VERSION_1 (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dtestsnmp.c222 if (_cupsSNMPWalk(fd, addr, CUPS_SNMP_VERSION_1, community, oid, 5.0, in show_oid()
233 if (!_cupsSNMPWrite(fd, addr, CUPS_SNMP_VERSION_1, community, in show_oid()
Dsnmp-private.h36 #define CUPS_SNMP_VERSION_1 0 /* SNMPv1 */ macro
Dsnmp.c572 if (fd < 0 || !address || version != CUPS_SNMP_VERSION_1 || !community || in _cupsSNMPWalk()
663 if (fd < 0 || !address || version != CUPS_SNMP_VERSION_1 || !community || in _cupsSNMPWrite()
955 != CUPS_SNMP_VERSION_1) in asn1_decode_snmp()