Searched refs:disallow_other_stacks (Results 1 – 3 of 3) sorted by relevance
63 …int disallow_other_stacks; /**< Make sure that only one mDNS responder is run at the same t… member
1328 s->fd_ipv4 = s->config.use_ipv4 ? avahi_open_socket_ipv4(s->config.disallow_other_stacks) : -1; in setup_sockets()1329 s->fd_ipv6 = s->config.use_ipv6 ? avahi_open_socket_ipv6(s->config.disallow_other_stacks) : -1; in setup_sockets()1595 c->disallow_other_stacks = 0; in avahi_server_config_init()
662 c->server_config.disallow_other_stacks = is_yes(p->value); in load_config_file()