Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/lib/
H A Dsnmpagent.c287 return (SNMP_RET_OK); in snmp_get()
395 return (SNMP_RET_OK); in do_getnext()
424 if (result != SNMP_RET_OK) { in snmp_getnext()
455 return (SNMP_RET_OK); in snmp_getnext()
487 if (result != SNMP_RET_OK) { in snmp_getbulk()
530 if (result != SNMP_RET_OK) { in snmp_getbulk()
564 return (SNMP_RET_OK); in snmp_getbulk()
781 context.ctx.code = SNMP_RET_OK; in snmp_set()
1058 return (SNMP_RET_OK); in snmp_make_errresp()
H A Dsnmpagent.h40 SNMP_RET_OK = 0, enumerator
/freebsd/contrib/bsnmp/snmpd/
H A Daction.c914 if (mdep->m != NULL && ctx->code == SNMP_RET_OK) in dep_modules()
917 if (mdep->m != NULL && ctx->code == SNMP_RET_OK && in dep_modules()
H A Dtrans_lsock.c560 if ((ld->set & LD_DELETE) && ctx->code == SNMP_RET_OK) in lsock_func()
H A Dtrap.c290 ctx->code == SNMP_RET_OK) in trapsink_dep()
H A Dmain.c726 case SNMP_RET_OK: in snmp_input_finish()