Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/rpcbind/
Dsecurity.c38 #ifndef LIBWRAP_ALLOW_SEVERITY
39 # define LIBWRAP_ALLOW_SEVERITY LOG_INFO macro
47 int allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY;
/freebsd-9-stable/usr.sbin/inetd/
Dinetd.c157 #ifndef LIBWRAP_ALLOW_SEVERITY
158 # define LIBWRAP_ALLOW_SEVERITY LOG_INFO macro
760 allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY; in main()