Searched refs:is_unix (Results 1 - 1 of 1) sorted by relevance

/systemd/src/bus-proxyd/
H A Dproxy.c230 bool is_unix; local
252 is_unix = sd_is_socket(in_fd, AF_UNIX, 0, 0) > 0 &&
255 if (is_unix) {
260 r = proxy_create_destination(p, destination, local_sec, is_unix);
264 r = proxy_create_local(p, is_unix);

Completed in 186 milliseconds