Lines Matching refs:protocol
40 AvahiProtocol protocol;
64 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *r) {
72 i->protocol == protocol &&
98 AVAHI_GCC_UNUSED AvahiProtocol protocol,
118 i->protocol,
141 AvahiProtocol protocol,
162 if (get_server_info(b, interface, protocol, record))
173 i->protocol = protocol;
177 interface, protocol,
196 if (!(i = get_server_info(b, interface, protocol, record)))
203 protocol,
222 protocol,
237 AvahiProtocol protocol,
259 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(protocol), AVAHI_ERR_INVALID_PROTOCOL);
293 if (!(b->record_browser = avahi_s_record_browser_new(server, interface, protocol, k, flags, record_browser_callback, b)))