/openbsd/regress/usr.sbin/snmpd/ |
H A D | backend.c | 39 int32_t requestid; in backend_get_integer() local 77 int32_t requestid; in backend_get_octetstring() local 114 int32_t requestid; in backend_get_objectidentifier() local 152 int32_t requestid; in backend_get_ipaddress() local 189 int32_t requestid; in backend_get_counter32() local 226 int32_t requestid; in backend_get_gauge32() local 263 int32_t requestid; in backend_get_timeticks() local 299 int32_t requestid; in backend_get_opaque() local 348 int32_t requestid; in backend_get_counter64() local 384 int32_t requestid; in backend_get_nosuchobject() local [all …]
|
H A D | snmp.c | 148 int32_t requestid; in snmp_v3_usm_noauthpriv() local 236 int32_t requestid, int32_t error, int32_t index, in snmpv2_build() argument 261 while (requestid == 0) in snmpv2_send() 262 requestid = arc4random(); in snmpv2_send() 283 return requestid; in snmpv2_send() 371 if (requestid == 0) in snmpv3_send() 372 requestid = arc4random(); in snmpv3_send() 388 return requestid; in snmpv3_send() 658 request, requestid, error, index, in snmp_pdu() 1154 if (mrequestid != requestid) in snmp_pdu_validate() [all …]
|
H A D | transport.c | 28 int32_t requestid; in transport_tcp_get() local 40 requestid = snmpv2_get(snmp_s, community, 0, &varbind, 1); in transport_tcp_get() 48 snmpv2_response_validate(snmp_s, 1000, community, requestid, 0, 0, in transport_tcp_get() 65 int32_t requestid; in transport_tcp_disconnect() local 77 requestid = snmpv2_get(snmp_s, community, 0, &varbind, 1); in transport_tcp_disconnect()
|
H A D | agentx.c | 725 int32_t requestid; in agentx_ping_invalid_version_close() local 740 requestid = snmpv2_get(snmp_s, community, 0, &varbind, 1); in agentx_ping_invalid_version_close() 744 snmpv2_response_validate(snmp_s, 1000, community, requestid, 0, 0, in agentx_ping_invalid_version_close()
|
/openbsd/usr.sbin/snmpd/ |
H A D | application_blocklist.c | 94 int32_t requestid, __unused const char *ctx, struct appl_varbind *vblist) in appl_blocklist_get() argument 111 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, rvblist); in appl_blocklist_get() 117 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vb); in appl_blocklist_get() 122 __unused int32_t transactionid, int32_t requestid, __unused const char *ctx, in appl_blocklist_getnext() argument 140 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, rvblist); in appl_blocklist_getnext() 146 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vb); in appl_blocklist_getnext()
|
H A D | application_internal.c | 316 int32_t requestid, __unused const char *ctx, struct appl_varbind *vblist) in appl_internal_get() argument 329 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vblist); in appl_internal_get() 359 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, resp); in appl_internal_get() 368 appl_response(backend, requestid, APPL_ERROR_GENERR, i + 1, vblist); in appl_internal_get() 373 __unused int32_t transactionid, int32_t requestid, __unused const char *ctx, in appl_internal_getnext() argument 388 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vblist); in appl_internal_getnext() 444 appl_response(backend, requestid, APPL_ERROR_NOERROR, 0, resp); in appl_internal_getnext() 453 appl_response(backend, requestid, APPL_ERROR_GENERR, i + 1, vblist); in appl_internal_getnext()
|
H A D | application.c | 874 int32_t requestid; in appl_processpdu() local 884 appl_report(statereference, requestid, in appl_processpdu() 897 ureq->aru_requestid = requestid; in appl_processpdu() 1307 search.ard_requestid = requestid; in appl_response() 1311 backend->ab_name, requestid); in appl_response() 1320 backend->ab_name, requestid); in appl_response() 1332 backend->ab_name, requestid, oidbuf, errstr); in appl_response() 1377 backend->ab_name, requestid); in appl_response() 1407 "requested", backend->ab_name, requestid); in appl_response() 1795 ureq->aru_requestid = requestid; in appl_report() [all …]
|
H A D | application_agentx.c | 714 int32_t requestid, const char *ctx, struct appl_varbind *vblist) in appl_agentx_get() argument 730 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vblist); in appl_agentx_get() 745 appl_response(backend, requestid, in appl_agentx_get() 754 requestid, context, srl, nsr) == -1) in appl_agentx_get() 755 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vblist); in appl_agentx_get() 765 int32_t requestid, const char *ctx, struct appl_varbind *vblist) in appl_agentx_getnext() argument 781 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vblist); in appl_agentx_getnext() 798 appl_response(backend, requestid, in appl_agentx_getnext() 807 requestid, context, srl, nsr) == -1) in appl_agentx_getnext() 808 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vblist); in appl_agentx_getnext()
|
H A D | snmpe.c | 739 snmpe_send(struct snmp_message *msg, enum snmp_pdutype type, int32_t requestid, in snmpe_send() argument 742 msg->sm_request = requestid; in snmpe_send()
|
/openbsd/usr.sbin/ldpd/ |
H A D | labelmapping.c | 101 err |= gen_reqid_tlv(buf, me->map.requestid); in send_labelmessage() 401 me->map.requestid = reqid; in recv_labelmessage()
|
H A D | ldpd.h | 225 uint32_t requestid; member
|
H A D | lde.c | 819 map.requestid = lre->msg_id; in lde_send_labelmapping()
|