Searched refs:ASN_INTEGER (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | pdu.c | 137 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_make_packet() 418 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_build_pdu() 426 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_build_pdu() 430 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_build_pdu() 509 case ASN_INTEGER: in snmp_build_variable()
|
H A D | asn1.h | 78 #define ASN_INTEGER ((uchar_t)0x02) macro
|
H A D | asn1.c | 454 int_id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in asn_parse_int() 698 case ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER: in asn_parse_objval()
|
H A D | snmplib.c | 1221 if (vp->type != ASN_INTEGER && vp->type != ASN_OCTET_STR && in mibcache_populate() 1260 if (vp->type == ASN_INTEGER) { in mibcache_populate()
|
H A D | debug.c | 116 { ASN_INTEGER, "ASN_INTEGER" },
|
/titanic_44/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 240 sunIreport_base_len + 1, ASN_INTEGER, in send_ireport_trap() 246 sunIreport_base_len + 1, ASN_INTEGER, in send_ireport_trap()
|
/titanic_44/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | module.c | 641 ASN_INTEGER, (uchar_t *)&modstate, in sunFmModuleTable_return()
|
H A D | resource.c | 662 ASN_INTEGER, (uchar_t *)&rsrcstate, in sunFmResourceTable_return()
|
H A D | problem.c | 1036 ASN_INTEGER, (uchar_t *)&pl, sizeof (pl)); in sunFmFaultEventTable_return()
|