Searched refs:avahi_dbus_respond_error (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-entry-group.c107 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
127 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
189 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL);
200 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
231 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL);
237 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
270 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
296 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_ENTRIES, NULL);
299 return avahi_dbus_respond_error(c, m, AVAHI_ERR_INVALID_ADDRESS, NULL);
302 return avahi_dbus_respond_error(
[all...]
H A Ddbus-protocol.c277 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
362 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
383 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
435 return avahi_dbus_respond_error(c, m, AVAHI_ERR_NOT_PERMITTED, NULL);
439 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
444 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
457 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
485 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
490 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
501 return avahi_dbus_respond_error(
[all...]
H A Ddbus-util.h34 DBusHandlerResult avahi_dbus_respond_error(DBusConnection *c, DBusMessage *m, int error, const char *text);
H A Ddbus-sync-address-resolver.c87 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-sync-host-name-resolver.c87 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-async-address-resolver.c119 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-async-host-name-resolver.c117 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-domain-browser.c76 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-service-browser.c76 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-service-type-browser.c76 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-sync-service-resolver.c126 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-async-service-resolver.c156 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-record-browser.c75 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-util.c47 DBusHandlerResult avahi_dbus_respond_error(DBusConnection *c, DBusMessage *m, int error, const char *text) { function

Completed in 110 milliseconds