Searched refs:ASN_INTEGER (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | pdu.c | 135 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_make_packet() 414 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_build_pdu() 422 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_build_pdu() 426 id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in snmp_build_pdu() 505 case ASN_INTEGER: in snmp_build_variable()
|
H A D | asn1.h | 76 #define ASN_INTEGER ((uchar_t)0x02) macro
|
H A D | asn1.c | 436 int_id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER; in asn_parse_int() 680 case ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_INTEGER: in asn_parse_objval()
|
H A D | snmplib.c | 1162 if (vp->type != ASN_INTEGER && vp->type != ASN_OCTET_STR && in mibcache_populate() 1201 if (vp->type == ASN_INTEGER) { in mibcache_populate()
|
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 244 sunIreport_base_len + 1, ASN_INTEGER, in send_ireport_trap() 250 sunIreport_base_len + 1, ASN_INTEGER, in send_ireport_trap()
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | module.c | 639 ASN_INTEGER, (uchar_t *)&modstate, in sunFmModuleTable_return()
|
H A D | resource.c | 660 ASN_INTEGER, (uchar_t *)&rsrcstate, in sunFmResourceTable_return()
|
H A D | problem.c | 1034 ASN_INTEGER, (uchar_t *)&pl, sizeof (pl)); in sunFmFaultEventTable_return()
|