Searched refs:allow_point_to_point (Results 1 – 5 of 5) sorted by relevance
66 int allow_point_to_point; /**< Enable publishing on POINTOPOINT interfaces */ member
85 (m->server->config.allow_point_to_point || !(ifm->ifm_flags & IFF_POINTOPOINT)); in rtm_info()432 (m->server->config.allow_point_to_point || !(flags & IFF_POINTOPOINT)); in if_add_interface()
109 (m->server->config.allow_point_to_point || !(ifinfomsg->ifi_flags & IFF_POINTOPOINT)); in netlink_callback()
1598 c->allow_point_to_point = 0; in avahi_server_config_init()
658 c->server_config.allow_point_to_point = is_yes(p->value); in load_config_file()