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

Lines Matching refs:protocol

167         int32_t interface, protocol;
176 DBUS_TYPE_INT32, &protocol,
201 if (avahi_server_add_service_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, host, port, strlst) < 0) {
215 int32_t interface, protocol;
222 DBUS_TYPE_INT32, &protocol,
239 if (avahi_server_add_service_subtype(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, subtype) < 0)
248 int32_t interface, protocol;
256 DBUS_TYPE_INT32, &protocol,
271 if (avahi_server_update_service_txt_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, strlst) < 0) {
281 int32_t interface, protocol;
289 DBUS_TYPE_INT32, &protocol,
304 if (avahi_server_add_address(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, &a) < 0)
312 int32_t interface, protocol;
322 DBUS_TYPE_INT32, &protocol,
348 if (avahi_server_add(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, r) < 0) {