Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/syslogd/
H A Dsyslogd.c185 struct sockaddr_un sunx, fromunix; local
235 memset(&sunx, 0, sizeof(sunx));
236 sunx.sun_family = AF_UNIX;
237 (void)strncpy(sunx.sun_path, LogName, sizeof(sunx.sun_path));
240 bind(funix, (struct sockaddr *)&sunx, SUN_LEN(&sunx)) < 0 ||