Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/snmpd/
Dapplication.h94 void (*ab_close)(struct appl_backend *, enum appl_close_reason); member
Dapplication.c1417 if (invalid && backend->ab_fn->ab_close != NULL) { in appl_response()
1420 backend->ab_fn->ab_close(backend, APPL_CLOSE_REASONPARSEERROR); in appl_response()
Dapplication_agentx.c108 .ab_close = appl_agentx_forceclose,