Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/snmp/
H A Dsnmpc.c843 struct ber_oid oid, *reqoid; in snmpc_df() local
943 if ((reqoid = reallocarray(NULL, max_repetitions, sizeof(*reqoid))) == NULL) in snmpc_df()
948 bcopy(&unitsoid, &(reqoid[(j * 3) + 0]), in snmpc_df()
950 reqoid[(j * 3) + 0].bo_id[ in snmpc_df()
951 reqoid[(j * 3) + 0].bo_n++] = df[i + j].index; in snmpc_df()
952 bcopy(&sizeoid, &(reqoid[(j * 3) + 1]), in snmpc_df()
954 reqoid[(j * 3) + 1].bo_id[ in snmpc_df()
955 reqoid[(j * 3) + 1].bo_n++] = df[i + j].index; in snmpc_df()
956 bcopy(&usedoid, &(reqoid[(j * 3) + 2]), in snmpc_df()
958 reqoid[(j * 3) + 2].bo_id[ in snmpc_df()
[all …]