Home
last modified time | relevance | path

Searched refs:allow_severity (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dtcpd.c44 int allow_severity = SEVERITY; /* run-time adjustable */ variable
125 syslog(allow_severity, "connect from %s (%s)", in main()
128 syslog(allow_severity, "connect from %s", eval_client(&request)); in main()
H A Dmiscd.c43 int allow_severity = SEVERITY; /* run-time adjustable */ variable
111 syslog(allow_severity, "connect from %s", eval_client(&request)); in main()
H A Dtry-from.c37 int allow_severity = SEVERITY; /* run-time adjustable */ variable
H A Dtcpd.h97 extern int allow_severity; /* for connection logging */
H A Dscaffold.c40 int allow_severity = SEVERITY; variable
H A Dtcpdmatch.c360 allow_severity = SEVERITY;
H A Doptions.c440 allow_severity = deny_severity = level ? in severity_option()
/freebsd/lib/libwrap/
H A Dlibvars.c1 int allow_severity; variable
/freebsd/usr.sbin/rpcbind/
H A Dsecurity.c43 int allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY; variable
/freebsd/usr.sbin/inetd/
H A Dinetd.c240 int allow_severity; variable
752 allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY; in main()
767 syslog(allow_severity, in main()
/freebsd/contrib/sendmail/src/
H A Dconf.c4065 int allow_severity = LOG_INFO; variable
/freebsd/crypto/openssh/
H A Dconfigure.ac1702 int deny_severity = 0, allow_severity = 0;