Home
last modified time | relevance | path

Searched refs:LOG_SECURITY (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmsg_syslog.c118 #ifdef LOG_SECURITY
119 "security", LOG_SECURITY,
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dfacpri.c62 #ifdef LOG_SECURITY
63 { "security", LOG_SECURITY },
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsyslog.d191 LOG_SECURITY = (13<<3), /* security subsystems (firewalling, etc.) */ in version() enumerator
256 LOG_SECURITY = (13<<3), /* security subsystems (firewalling, etc.) */ in version() enumerator
386 LOG_SECURITY = (13<<3), /* security subsystems (firewalling, etc.) */ in version() enumerator
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipsyncm.c89 openlog(progname, LOG_PID, LOG_SECURITY);
H A Dipsyncs.c88 openlog(progname, LOG_PID, LOG_SECURITY);
H A Dipfsyncd.c170 openlog(progname, LOG_PID, LOG_SECURITY);
H A Dipf_y.y1667 | IPFY_FAC_SECURITY { $$ = LOG_SECURITY; }
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1477 #ifndef LOG_SECURITY
1478 # define LOG_SECURITY (13<<3) macro
/netbsd-src/external/bsd/libbind/dist/irs/
H A Ddns_ho.c799 #ifdef LOG_SECURITY in gethostans()
800 level |= LOG_SECURITY; in gethostans()