Searched refs:errorindex (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/snmp/ |
| H A D | snmpc.c | 529 int errorstatus, errorindex; in snmpc_get() local 572 &errorindex, &varbind); in snmpc_get() 574 if (errorindex >= 1 && errorindex <= argc) in snmpc_get() 575 hint = argv[errorindex - 1]; in snmpc_get() 577 errorindex, hint); in snmpc_get() 600 int errorstatus, errorindex; in snmpc_walk() local 629 &errorstatus, &errorindex, &varbind); in snmpc_walk() 632 errorindex, oids); in snmpc_walk() 663 &errorstatus, &errorindex, &varbind); in snmpc_walk() 666 errorindex, NULL); in snmpc_walk() [all …]
|