Home
last modified time | relevance | path

Searched refs:MT_SYSLOG (Results 1 – 4 of 4) sorted by relevance

/dports/net/rdist6/rdist-6.1.5/include/
H A Dtypes.h70 #define MT_SYSLOG 0x0200 /* System log, but not user */ macro
77 MT_SYSLOG|MT_VERBOSE)
/dports/net/rdist6/rdist-6.1.5/src/
H A Dmessage.c412 case MT_SYSLOG:
541 if (IS_ON(flags, MT_SYSLOG)) {
542 msgsendsyslog((MSGFACILITY *)NULL, MT_SYSLOG, flags, mbuf);
H A Drdist.c134 message(MT_SYSLOG,
H A Dserver.c1335 message(MT_SYSLOG, "startup for %s", fromhost);
1615 message(MT_SYSLOG, "Startup for %s", fromhost); in server()