Lines Matching refs:community
551 const char *community,/* I - Community name */ in _cupsSNMPWalk() argument
570 fd, address, version, community, prefix, timeout, cb, data)); in _cupsSNMPWalk()
572 if (fd < 0 || !address || version != CUPS_SNMP_VERSION_1 || !community || in _cupsSNMPWalk()
591 if (!_cupsSNMPWrite(fd, address, version, community, in _cupsSNMPWalk()
642 const char *community, /* I - Community name */ in _cupsSNMPWrite() argument
661 fd, address, version, community, request_type, request_id, oid)); in _cupsSNMPWrite()
663 if (fd < 0 || !address || version != CUPS_SNMP_VERSION_1 || !community || in _cupsSNMPWrite()
683 strlcpy(packet.community, community, sizeof(packet.community)); in _cupsSNMPWrite()
963 asn1_get_string(&bufptr, bufend, length, packet->community, in asn1_decode_snmp()
964 sizeof(packet->community)); in asn1_decode_snmp()
1141 commlen = (unsigned)strlen(packet->community); in asn1_encode_snmp()
1167 memcpy(bufptr, packet->community, commlen); in asn1_encode_snmp()