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

Lines Matching refs:avahi_dbus_respond_error

110         return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
130 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
192 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL);
203 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
234 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL);
240 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
273 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
299 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL);
302 return avahi_dbus_respond_error(c, m, AVAHI_ERR_INVALID_ADDRESS, NULL);
305 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
335 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL);
338 return avahi_dbus_respond_error(c, m, AVAHI_ERR_INVALID_DOMAIN_NAME, NULL);
341 return avahi_dbus_respond_error(c, m, AVAHI_ERR_NO_MEMORY, NULL);
345 return avahi_dbus_respond_error(c, m, AVAHI_ERR_INVALID_RDATA, NULL);
350 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);