Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/snmpd/
Dapplication_internal.c334 resp[i].av_oid = vb->av_oid; in appl_internal_get()
335 if ((object = appl_internal_object_parent(&vb->av_oid)) == NULL) in appl_internal_get()
343 r = ober_oid_cmp(&vb->av_oid, &oid); in appl_internal_get()
346 resp[i].av_value = object->get(&resp[i].av_oid); in appl_internal_get()
393 resp[i].av_oid = vb->av_oid; in appl_internal_getnext()
394 object = appl_internal_object_parent(&vb->av_oid); in appl_internal_getnext()
396 search.oid = vb->av_oid; in appl_internal_getnext()
407 r = ober_oid_cmp(&resp[i].av_oid, &oid); in appl_internal_getnext()
410 resp[i].av_oid = oid; in appl_internal_getnext()
415 if (ober_oid_cmp(&object->oid, &resp[i].av_oid) > 0) { in appl_internal_getnext()
[all …]
Dapplication.c936 &(ureq->aru_vblist[i].avi_varbind.av_oid)); in appl_processpdu()
938 ureq->aru_vblist[i].avi_varbind.av_oid; in appl_processpdu()
1232 vb->avi_varbind.av_oid = vb->avi_origid; in appl_request_upstream_reply()
1265 vb->avi_varbind.av_oid = vb->avi_origid; in appl_request_upstream_reply()
1275 &(ureq->aru_vblist[i].avi_varbind.av_oid), in appl_request_upstream_reply()
1329 mib_oid2string(&(vb->av_oid), oidbuf, sizeof(oidbuf), in appl_response()
1340 origvb->avi_varbind.av_oid = vb->av_oid; in appl_response()
1350 ober_oid_cmp(&(vb->av_oid), in appl_response()
1366 origvb->avi_varbind.av_oid = in appl_response()
1382 origvb->avi_sub->avi_varbind.av_oid = in appl_response()
[all …]
Dapplication_blocklist.c105 rvb->av_oid = vb->av_oid; in appl_blocklist_get()
134 rvb->av_oid = vb->av_oid; in appl_blocklist_getnext()
Dapplication_agentx.c736 srl[i].asr_start.aoi_idlen = vb->av_oid.bo_n; in appl_agentx_get()
737 for (j = 0; j < vb->av_oid.bo_n; j++) in appl_agentx_get()
738 srl[i].asr_start.aoi_id[j] = vb->av_oid.bo_id[j]; in appl_agentx_get()
787 srl[i].asr_start.aoi_idlen = vb->av_oid.bo_n; in appl_agentx_getnext()
788 for (j = 0; j < vb->av_oid.bo_n; j++) in appl_agentx_getnext()
789 srl[i].asr_start.aoi_id[j] = vb->av_oid.bo_id[j]; in appl_agentx_getnext()
893 &(response[i].av_oid)) == NULL) { in appl_agentx_response()
Dapplication.h81 struct ber_oid av_oid; member