Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/snmp/
Dsnmp.h170 struct ber_element *snmp_getnext(struct snmp_agent *, struct ber_oid *, size_t);
Dsnmpc.c556 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()
Dsnmp.c173 snmp_getnext(struct snmp_agent *agent, struct ber_oid *oid, size_t len) in snmp_getnext() function