Searched refs:snmp_getnext (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/snmp/ |
| D | snmp.h | 170 struct ber_element *snmp_getnext(struct snmp_agent *, struct ber_oid *, size_t);
|
| D | snmpc.c | 556 if ((pdu = snmp_getnext(agent, oid, argc)) == NULL) in snmpc_get() 658 if ((pdu = snmp_getnext(agent, &noid, 1)) == NULL) in snmpc_walk() 879 if ((pdu = snmp_getnext(agent, &oid, 1)) == NULL) in snmpc_df()
|
| D | snmp.c | 173 snmp_getnext(struct snmp_agent *agent, struct ber_oid *oid, size_t len) in snmp_getnext() function
|