Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/rpcbind/
HDsecurity.c34 #ifndef LIBWRAP_ALLOW_SEVERITY
35 # define LIBWRAP_ALLOW_SEVERITY LOG_INFO macro
43 int allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY;
/freebsd-13-stable/usr.sbin/inetd/
HDinetd.c158 #ifndef LIBWRAP_ALLOW_SEVERITY
159 # define LIBWRAP_ALLOW_SEVERITY LOG_INFO macro
764 allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY; in main()