Searched refs:aru_requesttype (Results 1 – 1 of 1) sorted by relevance
82 enum snmp_pdutype aru_requesttype; member895 ureq->aru_requesttype = pdu->be_type; in appl_processpdu()1012 if (ureq->aru_requesttype == SNMP_C_SETREQ) { in appl_request_upstream_resolve()1073 dreq->ard_requesttype = ureq->aru_requesttype; in appl_request_upstream_resolve()1226 if (ureq->aru_requesttype == SNMP_C_GETBULKREQ) in appl_request_upstream_reply()1237 } else if (ureq->aru_requesttype == SNMP_C_GETBULKREQ) { in appl_request_upstream_reply()1315 next = ureq->aru_requesttype == SNMP_C_GETNEXTREQ || in appl_response()1316 ureq->aru_requesttype == SNMP_C_GETBULKREQ; in appl_response()1668 next = ureq->aru_requesttype == SNMP_C_GETNEXTREQ || in appl_varbind_backend()1669 ureq->aru_requesttype == SNMP_C_GETBULKREQ; in appl_varbind_backend()[all …]