Lines Matching refs:protocol
47 AvahiProtocol protocol;
76 l->callback(l->engine, l->interface, l->protocol, AVAHI_BROWSER_ALL_FOR_NOW, AVAHI_LOOKUP_RESULT_MULTICAST, NULL, l->userdata);
82 AvahiProtocol protocol,
92 assert(AVAHI_PROTO_VALID(protocol));
104 l->protocol = protocol;
114 avahi_querier_add_for_all(e->server, interface, protocol, l->key, &tv);
132 avahi_querier_remove_for_all(l->engine->server, l->interface, l->protocol, l->key);
213 cbdata->interface->protocol,
244 AvahiProtocol protocol,
256 assert(AVAHI_PROTO_VALID(protocol));
266 avahi_interface_monitor_walk(e->server->monitor, interface, protocol, scan_interface_callback, &cbdata);
285 if (l->queriers_added && avahi_interface_match(i, l->interface, l->protocol))
301 if (avahi_interface_match(i, l->interface, l->protocol))
302 l->callback(e, i->hardware->index, i->protocol, event, AVAHI_LOOKUP_RESULT_MULTICAST, record, l->userdata);
317 l->callback(e, i->hardware->index, i->protocol, event, AVAHI_LOOKUP_RESULT_MULTICAST, record, l->userdata);