Lines Matching defs:interface
99 avahi_log_debug(__FILE__": interface=%s, path=%s, member=%s",
167 int32_t interface, protocol;
175 DBUS_TYPE_INT32, &interface,
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;
221 DBUS_TYPE_INT32, &interface,
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;
255 DBUS_TYPE_INT32, &interface,
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;
288 DBUS_TYPE_INT32, &interface,
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;
321 DBUS_TYPE_INT32, &interface,
348 if (avahi_server_add(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, r) < 0) {