Searched refs:varbindlist (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/regress/usr.sbin/snmpd/ |
| D | snmp.c | 212 struct varbind *varbindlist, size_t nvarbind) in snmpv2_get() argument 215 varbindlist, nvarbind); in snmpv2_get() 220 struct varbind *varbindlist, size_t nvarbind) in snmpv2_getnext() argument 223 varbindlist, nvarbind); in snmpv2_getnext() 228 int32_t maxrep, struct varbind *varbindlist, size_t nvarbind) in snmpv2_getbulk() argument 231 maxrep, varbindlist, nvarbind); in snmpv2_getbulk() 237 struct varbind *varbindlist, size_t nvarbind) in snmpv2_build() argument 244 snmp_pdu(request, requestid, error, index, varbindlist, nvarbind)); in snmpv2_build() 254 struct varbind *varbindlist, size_t nvarbind) in snmpv2_send() argument 265 varbindlist,nvarbind); in snmpv2_send() [all …]
|
| D | agentx.c | 2696 struct varbind *varbindlist, size_t nvarbind) in agentx_response_validate() argument 2751 if (i < nvarbind && type != varbindlist[i].type % 1000) in agentx_response_validate() 2762 if (i < nvarbind && oid_cmp(&varbindlist[i].name, &name) != 0) in agentx_response_validate() 2772 if (i < nvarbind && varbindlist[i].type / 1000 == 0) { in agentx_response_validate() 2775 if (i32 != varbindlist[i].data.int32) in agentx_response_validate() 2895 struct varbind *varbindlist, size_t nvarbind) in agentx_response() argument 2914 message_add_varbind(&msg, varbindlist + i); in agentx_response()
|
| /openbsd/src/usr.sbin/snmpd/ |
| D | application.c | 871 struct ber_element *varbind, *varbindlist; in appl_processpdu() local 879 &maxrepetitions, &varbindlist); in appl_processpdu() 906 varbind = varbindlist->be_sub; in appl_processpdu() 920 varbind = varbindlist->be_sub; in appl_processpdu() 1183 struct ber_element *varbindlist = NULL, *varbind = NULL, *value; in appl_request_upstream_reply() local 1280 if (varbindlist == NULL) in appl_request_upstream_reply() 1281 varbindlist = varbind; in appl_request_upstream_reply() 1285 ureq->aru_requestid, ureq->aru_error, ureq->aru_index, varbindlist); in appl_request_upstream_reply()
|
| D | snmpe.c | 740 int32_t error, uint32_t index, struct ber_element *varbindlist) in snmpe_send() argument 746 msg->sm_varbindresp = varbindlist; in snmpe_send()
|