Home
last modified time | relevance | path

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

/external/libcups/cups/
Dsnmp-private.h56 typedef enum cups_asn1_e cups_asn1_t; /**** ASN1 request/object types ****/ typedef
83 cups_asn1_t request_type; /* Request type */
89 cups_asn1_t object_type; /* object-value type */
127 cups_asn1_t request_type,
Dsnmp.c643 cups_asn1_t request_type, /* I - Request type */ in _cupsSNMPWrite()
966 if ((packet->request_type = (cups_asn1_t)asn1_get_type(&bufptr, bufend)) in asn1_decode_snmp()
1013 packet->object_type = (cups_asn1_t)asn1_get_type(&bufptr, bufend); in asn1_decode_snmp()