• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/

Lines Matching defs:protocol

82     AvahiProtocol protocol;
128 static ServiceInfo *find_service(AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) {
133 i->protocol == protocol &&
143 static void print_service_line(Config *config, char c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, int nl) {
158 protocol != AVAHI_PROTO_UNSPEC ? avahi_proto_to_string(protocol) : _("n/a"),
165 protocol != AVAHI_PROTO_UNSPEC ? avahi_proto_to_string(protocol) : _("n/a"),
173 AvahiProtocol protocol,
198 print_service_line(i->config, '=', interface, protocol, name, type, domain, 0);
237 static ServiceInfo *add_service(Config *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) {
243 if (!(i->resolver = avahi_service_resolver_new(client, interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, service_resolver_callback, i))) {
254 i->protocol = protocol;
283 AvahiProtocol protocol,
301 if (find_service(interface, protocol, name, type, domain))
304 add_service(c, interface, protocol, name, type, domain);
306 print_service_line(c, '+', interface, protocol, name, type, domain, 1);
314 if (!(info = find_service(interface, protocol, name, type, domain)))
319 print_service_line(c, '-', interface, protocol, name, type, domain, 1);
375 AVAHI_GCC_UNUSED AvahiProtocol protocol,
439 AVAHI_GCC_UNUSED AvahiProtocol protocol,
460 protocol != AVAHI_PROTO_UNSPEC ? avahi_proto_to_string(protocol) : "",
466 protocol != AVAHI_PROTO_UNSPEC ? avahi_proto_to_string(protocol) : "n/a",