UNX
[UNX] = "UNIXSOCK",
if (type == UNX) {
return loop_add_addresses(socket_paths, 0, UNX, NULL);
[UNX] = SOCK_STREAM
[UNX] = CONN_UNIXSOCK_LISTENER
if ((ba->type == TCP || ba->type == UNX) &&
[UNX] = &accept_stream_connection
if (addr.type == UNX) {