Home
last modified time | relevance | path

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

/external/libcups/cups/
Dsnmp.c1092 commlen, /* Length of community string */ in asn1_encode_snmp() local
1141 commlen = (unsigned)strlen(packet->community); in asn1_encode_snmp()
1143 1 + asn1_size_length(commlen) + commlen + in asn1_encode_snmp()
1166 asn1_set_length(&bufptr, commlen); in asn1_encode_snmp()
1167 memcpy(bufptr, packet->community, commlen); in asn1_encode_snmp()
1168 bufptr += commlen; in asn1_encode_snmp()