Searched refs:oidlen (Results 1 – 1 of 1) sorted by relevance
896 unsigned int oidsize, unsigned int *oidlen) in smi_decode_oid() argument903 for (*oidlen = 0; ndo->ndo_sflag && i-- > 0; p++) { in smi_decode_oid()918 if (*oidlen < oidsize) { in smi_decode_oid()919 oid[(*oidlen)++] = firstval; in smi_decode_oid()922 if (*oidlen < oidsize) { in smi_decode_oid()923 oid[(*oidlen)++] = o; in smi_decode_oid()1028 unsigned int oid[128], oidlen; in smi_print_variable() local1033 &oidlen); in smi_print_variable()1036 smiNode = smiGetNodeByOID(oidlen, oid); in smi_print_variable()1045 if (smiNode->oidlen < oidlen) { in smi_print_variable()[all …]