Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/syslogd/
Dsyslogd.c360 int unix_socket(char *, int, mode_t);
559 fd_unix[i] = unix_socket(path_unix[i], SOCK_DGRAM, 0666); in main()
583 fd_ctlsock = unix_socket(path_ctlsock, SOCK_STREAM, 0600); in main()
3131 unix_socket(char *path, int type, mode_t mode) in unix_socket() function