FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
str2status
usr.sbin/bsnmpd/modules/snmp_hast/hast_snmp.c
104
static int str2status(const char *str);
usr.sbin/bsnmpd/modules/snmp_hast/hast_snmp.c
335
res->status = str != NULL ? str2status(str) : -1;