Searched refs:ASN_ERR_OK (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmp.c76 if (asn_get_sequence(b, &len) != ASN_ERR_OK) {
87 if (asn_get_objid(b, &binding->var) != ASN_ERR_OK) {
91 if (asn_get_header(b, &type, &len) != ASN_ERR_OK) {
171 if ((err = asn_skip(b, len)) == ASN_ERR_OK)
193 * components can be parsed it returns either ASN_ERR_OK or the first
200 if (asn_get_objid(b, &pdu->enterprise) != ASN_ERR_OK) {
204 if (asn_get_ipaddress(b, pdu->agent_addr) != ASN_ERR_OK) {
208 if (asn_get_integer(b, &pdu->generic_trap) != ASN_ERR_OK) {
212 if (asn_get_integer(b, &pdu->specific_trap) != ASN_ERR_OK) {
216 if (asn_get_timeticks(b, &pdu->time_stamp) != ASN_ERR_OK) {
[all...]
H A Dasn1.c103 return (ASN_ERR_OK);
174 return (ASN_ERR_OK);
194 if ((ret = asn_put_header(b, type, ASN_MAXLEN)) == ASN_ERR_OK)
221 return (ASN_ERR_OK);
248 err = ASN_ERR_OK;
316 return (ASN_ERR_OK);
340 err = ASN_ERR_OK;
390 return (ASN_ERR_OK);
402 if ((ret = asn_get_real_integer(b, len, &val)) == ASN_ERR_OK) {
420 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
[all...]
H A Dasn1.h65 ASN_ERR_OK = 0, enumerator in enum:asn_err
H A Dsnmpagent.c269 if (err != ASN_ERR_OK) {
432 if (err != ASN_ERR_OK) {
485 if (err != ASN_ERR_OK) {
531 if (err != ASN_ERR_OK) {
753 } else if (asnerr != ASN_ERR_OK) {

Completed in 40 milliseconds