Home
last modified time | relevance | path

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

/openbsd/usr.sbin/snmpd/
H A Dsnmpd.c351 if ((dir = opendir(SNMPD_BACKEND)) == NULL) in snmpd_backend()
352 fatal("opendir \"%s\"", SNMPD_BACKEND); in snmpd_backend()
381 SNMPD_BACKEND, file->d_name); in snmpd_backend()
H A Dsnmpd.h51 #define SNMPD_BACKEND "/usr/libexec/snmpd" … macro