Home | History | Annotate | Download | only in syslogd

Lines Matching defs:socks

186 int	SecureMode = 0;		/* listen only on unix domain socks */
4127 struct socketEvent *s, *socks;
4146 socks = calloc(maxs+1, sizeof(*socks));
4147 if (!socks) {
4152 socks->fd = 0; /* num of sockets counter at start of array */
4153 s = socks + 1;
4187 socks->fd++; /* num counter */
4193 if (socks->fd == 0) {
4194 free (socks);
4200 return socks;