Home
last modified time | relevance | path

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

/openbsd/usr.sbin/snmpd/
H A Dapplication.c1185 size_t i, repvarbinds, varbindlen; in appl_request_upstream_reply() local
1238 repvarbinds = (ureq->aru_varbindlen - ureq->aru_nonrepeaters) / in appl_request_upstream_reply()
1241 i < ureq->aru_varbindlen - repvarbinds; i++) { in appl_request_upstream_reply()
1243 if ((i - ureq->aru_nonrepeaters) % repvarbinds == 0 && in appl_request_upstream_reply()
1255 varbindlen = match + repvarbinds; in appl_request_upstream_reply()