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

/external/avahi/avahi-core/
H A Dcore.h66 int allow_point_to_point; /**< Enable publishing on POINTOPOINT interfaces */ member in struct:AvahiServerConfig
H A Diface-pfroute.c85 (m->server->config.allow_point_to_point || !(ifm->ifm_flags & IFF_POINTOPOINT));
432 (m->server->config.allow_point_to_point || !(flags & IFF_POINTOPOINT));
H A Diface-linux.c109 (m->server->config.allow_point_to_point || !(ifinfomsg->ifi_flags & IFF_POINTOPOINT));
H A Dserver.c1598 c->allow_point_to_point = 0;
/external/avahi/avahi-daemon/
H A Dmain.c658 c->server_config.allow_point_to_point = is_yes(p->value);

Completed in 121 milliseconds