Searched refs:CUPS_SNMP_VERSION_1 (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | testsnmp.c | 222 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()
|
D | snmp-private.h | 36 #define CUPS_SNMP_VERSION_1 0 /* SNMPv1 */ macro
|
D | snmp.c | 572 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()
|