Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmpd/
H A Dtrap.c154 t->status = TRAPSINK_ACTIVE; in trapsink_create()
183 if (tdep->status == 2 && tdep->rb_status == TRAPSINK_ACTIVE) { in trapsink_modify()
196 if (tdep->status == 1 && tdep->rb_status != TRAPSINK_ACTIVE) { in trapsink_modify()
203 t->status = TRAPSINK_ACTIVE; in trapsink_modify()
541 if (t->status != TRAPSINK_ACTIVE) in snmp_send_trap()
H A Dsnmpd.h319 TRAPSINK_ACTIVE = 1, enumerator