Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddaemon.c3142 struct sockaddr_un unix_addr; local
3158 memset(&unix_addr, '\0', sizeof(unix_addr));
3159 unix_addr.sun_family = AF_UNIX;
3161 if (strlen(mux_path) >= sizeof(unix_addr.sun_path))
3171 (void) sm_strlcpy(unix_addr.sun_path, mux_path,
3172 sizeof(unix_addr.sun_path));
3187 if (connect(sock, (struct sockaddr *) &unix_addr,
3188 sizeof(unix_addr)) == -1)