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

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmp.c78 if (asn_get_sequence(b, &len) != ASN_ERR_OK) {
89 if (asn_get_objid(b, &binding->var) != ASN_ERR_OK) {
93 if (asn_get_header(b, &type, &len) != ASN_ERR_OK) {
173 if ((err = asn_skip(b, len)) == ASN_ERR_OK)
195 * components can be parsed it returns either ASN_ERR_OK or the first
202 if (asn_get_objid(b, &pdu->enterprise) != ASN_ERR_OK) {
206 if (asn_get_ipaddress(b, pdu->agent_addr) != ASN_ERR_OK) {
210 if (asn_get_integer(b, &pdu->generic_trap) != ASN_ERR_OK) {
214 if (asn_get_integer(b, &pdu->specific_trap) != ASN_ERR_OK) {
218 if (asn_get_timeticks(b, &pdu->time_stamp) != ASN_ERR_OK) {
[all...]
H A Dasn1.c108 return (ASN_ERR_OK);
179 return (ASN_ERR_OK);
199 if ((ret = asn_put_header(b, type, ASN_MAXLEN)) == ASN_ERR_OK)
226 return (ASN_ERR_OK);
253 err = ASN_ERR_OK;
321 return (ASN_ERR_OK);
345 err = ASN_ERR_OK;
395 return (ASN_ERR_OK);
407 if ((ret = asn_get_real_integer(b, len, &val)) == ASN_ERR_OK) {
425 if ((err = asn_get_header(b, &type, &len)) != ASN_ERR_OK)
[all...]
H A Dsnmpagent.c272 if (err != ASN_ERR_OK) {
440 if (err != ASN_ERR_OK) {
499 if (err != ASN_ERR_OK) {
545 if (err != ASN_ERR_OK) {
772 } else if (asnerr != ASN_ERR_OK) {
992 (asn_get_header(pdu_b, &type, &resp.scoped_len) != ASN_ERR_OK
998 if (asn_get_sequence(pdu_b, &len) != ASN_ERR_OK) {
1005 &len) != ASN_ERR_OK) {
1012 &len) != ASN_ERR_OK) {
1020 if (asn_get_header(pdu_b, &type, &len) != ASN_ERR_OK) {
[all...]
H A Dasn1.h65 ASN_ERR_OK = 0, enumerator in enum:asn_err

Completed in 114 milliseconds