Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/lib/
H A Dasn1.h157 ASN_TYPE_INTEGER = 0x02, enumerator
H A Dasn1.c447 if (type != ASN_TYPE_INTEGER) { in asn_get_integer()
458 return (asn_put_real_integer(b, ASN_TYPE_INTEGER, val)); in asn_put_integer()
H A Dsnmp.c105 case ASN_TYPE_INTEGER: in get_var_binding()
/freebsd/contrib/bsnmp/tests/
H A Dasn1.cc658 auto r = check_header(buf, ASN_TYPE_INTEGER); in __anon4d4e46190b02()
674 auto r = check_header(buf, ASN_TYPE_INTEGER); in __anon4d4e46190c02()