Home | History | Annotate | Download | only in avahi-core

Lines Matching refs:protocol

46     AvahiProtocol protocol;
67 r->callback(r, r->interface, r->protocol, event, &r->address, NULL, r->flags, r->userdata);
72 r->callback(r, r->interface, r->protocol, event, &r->address, r->ptr_record->data.ptr.name, r->flags, r->userdata);
101 AvahiProtocol protocol,
120 if (r->protocol != AVAHI_PROTO_UNSPEC && protocol != r->protocol)
126 if (r->protocol == AVAHI_PROTO_UNSPEC)
127 r->protocol = protocol;
163 r->record_browser = avahi_s_record_browser_new(r->server, r->interface, r->protocol, r->key, AVAHI_LOOKUP_USE_MULTICAST, record_browser_callback, r);
180 AvahiProtocol protocol,
195 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(protocol), AVAHI_ERR_INVALID_PROTOCOL);
218 r->protocol = protocol;
238 r->record_browser = avahi_s_record_browser_new(server, interface, protocol, k, flags, record_browser_callback, r);