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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Dcore.h50 AvahiStringList *deny_interfaces; /**< Deny specific interfaces to be used for Avahi */ member in struct:AvahiServerConfig
H A Dserver.c1625 c->deny_interfaces = NULL;
1659 avahi_string_list_free(c->deny_interfaces);
1691 if (!(deny = avahi_string_list_copy(c->deny_interfaces)) && c->deny_interfaces) {
1704 ret->deny_interfaces = deny;
H A Diface.c875 for (l = i->monitor->server->config.deny_interfaces; l; l = l->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Dcore.h50 AvahiStringList *deny_interfaces; /**< Deny specific interfaces to be used for Avahi */ member in struct:AvahiServerConfig
H A Dserver.c1625 c->deny_interfaces = NULL;
1659 avahi_string_list_free(c->deny_interfaces);
1691 if (!(deny = avahi_string_list_copy(c->deny_interfaces)) && c->deny_interfaces) {
1704 ret->deny_interfaces = deny;
H A Diface.c875 for (l = i->monitor->server->config.deny_interfaces; l; l = l->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Dcore.h50 AvahiStringList *deny_interfaces; /**< Deny specific interfaces to be used for Avahi */ member in struct:AvahiServerConfig
H A Dserver.c1625 c->deny_interfaces = NULL;
1659 avahi_string_list_free(c->deny_interfaces);
1691 if (!(deny = avahi_string_list_copy(c->deny_interfaces)) && c->deny_interfaces) {
1704 ret->deny_interfaces = deny;
H A Diface.c875 for (l = i->monitor->server->config.deny_interfaces; l; l = l->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Dmain.c704 avahi_string_list_free(c->server_config.deny_interfaces);
705 c->server_config.deny_interfaces = NULL;
709 c->server_config.deny_interfaces = avahi_string_list_add(c->server_config.deny_interfaces, *t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dmain.c704 avahi_string_list_free(c->server_config.deny_interfaces);
705 c->server_config.deny_interfaces = NULL;
709 c->server_config.deny_interfaces = avahi_string_list_add(c->server_config.deny_interfaces, *t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dmain.c704 avahi_string_list_free(c->server_config.deny_interfaces);
705 c->server_config.deny_interfaces = NULL;
709 c->server_config.deny_interfaces = avahi_string_list_add(c->server_config.deny_interfaces, *t);

Completed in 104 milliseconds