Searched refs:LogType (Results 1 – 1 of 1) sorted by relevance
63 static int LogType = SOCK_DGRAM; /* type of socket connection */ variable264 if (LogType == SOCK_STREAM) in __vsyslog_internal()325 LogFile = __socket(AF_UNIX, LogType | SOCK_CLOEXEC, 0); in openlog_internal()344 LogType = (LogType == SOCK_DGRAM in openlog_internal()388 LogType = SOCK_DGRAM; /* this is the default */ in closelog()
Completed in 4 milliseconds