Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/rpcbind/
Dsecurity.c38 #ifndef LIBWRAP_DENY_FACILITY
39 # define LIBWRAP_DENY_FACILITY LOG_AUTH macro
45 int deny_severity = LIBWRAP_DENY_FACILITY|LIBWRAP_DENY_SEVERITY;
/freebsd-12-stable/usr.sbin/inetd/
Dinetd.c163 #ifndef LIBWRAP_DENY_FACILITY
164 # define LIBWRAP_DENY_FACILITY LOG_AUTH macro
765 deny_severity = LIBWRAP_DENY_FACILITY|LIBWRAP_DENY_SEVERITY; in main()