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

/freebsd-12-stable/contrib/bsnmp/lib/
H A Dasn1.c50 void (*asn_error)(const struct asn_buf *, const char *, ...) = asn_error_func; variable
64 asn_error(b, "no identifier for header");
69 asn_error(b, "types > 0x30 not supported (%u)",
76 asn_error(b, "no length field");
83 asn_error(b, "indefinite length not supported");
87 asn_error(b, "long length too long (%u)", length);
91 asn_error(b, "long length truncated");
104 asn_error(b, "len %u exceeding asn_len %u", *len, b->asn_len);
123 asn_error(NULL, "encoding length too long: (%u)", len);
160 asn_error(NUL
[all...]
H A Dasn1.h90 extern void (*asn_error)(const struct asn_buf *, const char *, ...);
H A Dsnmp.c691 asn_error(&b, "bad sequence type %u", b.asn_cptr[0]);
705 asn_error(&b, "indefinite length not supported");
709 asn_error(&b, "long length too long (%u)", length);
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dmain.c1532 asn_error = asn_error_func;

Completed in 169 milliseconds