Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c2919 struct sockaddr_un unix_addr; local
2935 memset(&unix_addr, '\0', sizeof(unix_addr));
2936 unix_addr.sun_family = AF_UNIX;
2938 if (strlen(mux_path) >= sizeof(unix_addr.sun_path))
2948 (void) sm_strlcpy(unix_addr.sun_path, mux_path,
2949 sizeof(unix_addr.sun_path));
2964 if (connect(sock, (struct sockaddr *) &unix_addr,
2965 sizeof(unix_addr)) == -1)