Home
last modified time | relevance | path

Searched refs:obidlength (Results 1 – 2 of 2) sorted by relevance

/dports/net/gnu-radius/radius-1.6.1/snmplib/
H A Dasn1.c333 oid_t obid, int *obidlength) in asn_decode_oid() argument
350 --*obidlength; in asn_decode_oid()
351 while (count > 0 && (*obidlength)-- > 0) { in asn_decode_oid()
373 *obidlength = (int) (oidp - obid); in asn_decode_oid()
389 oid_t obid, int obidlength) in asn_encode_oid() argument
407 if (obidlength < 2) { in asn_encode_oid()
409 obidlength = 0; in asn_encode_oid()
412 obidlength -= 2; in asn_encode_oid()
416 while (obidlength--) { in asn_encode_oid()
/dports/net/gnu-radius/radius-1.6.1/include/snmp/
H A Dasn1.h89 u_char *type, oid_t obid, int *obidlength);
91 u_char type, oid_t obid, int obidlength);