Searched refs:LogType (Results 1 – 4 of 4) sorted by relevance
45 static int LogType = SOCK_DGRAM; /* type of socket connection */ variable239 if (LogType == SOCK_STREAM) in __vsyslog_internal()303 LogFile = __socket (AF_UNIX, LogType | SOCK_CLOEXEC, 0); in openlog_internal()321 LogType = LogType == SOCK_DGRAM ? SOCK_STREAM : SOCK_DGRAM; in openlog_internal()365 LogType = SOCK_DGRAM; /* this is the default */ in closelog()
8108 * misc/syslog.c (LogType): New variable.8112 (vsyslog): When LogType==SOCK_STREAM, also send ASCII NUL
6049 (LogType): Modified.
896 * misc/syslog.c (closelog): Reset LogType to SOCK_DGRAM.