Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/tcp_wrappers/
HDtcpd.c44 int allow_severity = SEVERITY; /* run-time adjustable */ variable
126 syslog(allow_severity, "connect from %s (%s)", in main()
129 syslog(allow_severity, "connect from %s", eval_client(&request)); in main()
HDmiscd.c43 int allow_severity = SEVERITY; /* run-time adjustable */ variable
111 syslog(allow_severity, "connect from %s", eval_client(&request)); in main()
HDtry-from.c37 int allow_severity = SEVERITY; /* run-time adjustable */ variable
HDtcpd.h97 extern int allow_severity; /* for connection logging */
HDscaffold.c40 int allow_severity = SEVERITY; variable
HDtcpdmatch.c360 allow_severity = SEVERITY;
HDoptions.c440 allow_severity = deny_severity = level ? in severity_option()
/freebsd-14-stable/lib/libwrap/
HDlibvars.c1 int allow_severity; variable
/freebsd-14-stable/usr.sbin/rpcbind/
HDsecurity.c43 int allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY; variable
/freebsd-14-stable/usr.sbin/inetd/
HDinetd.c252 int allow_severity; variable
764 allow_severity = LIBWRAP_ALLOW_FACILITY|LIBWRAP_ALLOW_SEVERITY; in main()
779 syslog(allow_severity, in main()
/freebsd-14-stable/contrib/sendmail/src/
HDconf.c4065 int allow_severity = LOG_INFO; variable
/freebsd-14-stable/crypto/openssh/
HDconfigure.ac1710 int deny_severity = 0, allow_severity = 0;