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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Ddbus-entry-group.c110 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(
[all...]
H A Ddbus-protocol.c273 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
358 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
379 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
431 return avahi_dbus_respond_error(c, m, AVAHI_ERR_NOT_PERMITTED, NULL);
435 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
440 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
453 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
481 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
486 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
497 return avahi_dbus_respond_error(
[all...]
H A Ddbus-util.h32 DBusHandlerResult avahi_dbus_respond_error(DBusConnection *c, DBusMessage *m, int error, const char *text);
H A Ddbus-sync-address-resolver.c91 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-sync-host-name-resolver.c91 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-async-address-resolver.c122 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-async-host-name-resolver.c120 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-domain-browser.c74 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-service-browser.c74 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-service-type-browser.c74 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-sync-service-resolver.c130 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Ddbus-entry-group.c110 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(
[all...]
H A Ddbus-protocol.c273 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
358 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
379 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
431 return avahi_dbus_respond_error(c, m, AVAHI_ERR_NOT_PERMITTED, NULL);
435 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
440 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
453 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
481 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
486 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
497 return avahi_dbus_respond_error(
[all...]
H A Ddbus-util.h32 DBusHandlerResult avahi_dbus_respond_error(DBusConnection *c, DBusMessage *m, int error, const char *text);
H A Ddbus-sync-address-resolver.c91 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-sync-host-name-resolver.c91 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-async-address-resolver.c122 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-async-host-name-resolver.c120 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-domain-browser.c74 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
H A Ddbus-service-browser.c74 return avahi_dbus_respond_error(c, m, AVAHI_ERR_ACCESS_DENIED, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Ddbus-entry-group.c110 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(
[all...]
H A Ddbus-protocol.c273 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
358 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
379 return avahi_dbus_respond_error(c, m, AVAHI_ERR_OS, txt);
431 return avahi_dbus_respond_error(c, m, AVAHI_ERR_NOT_PERMITTED, NULL);
435 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
440 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
453 return avahi_dbus_respond_error(c, m, avahi_server_errno(avahi_server), NULL);
481 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_CLIENTS, NULL);
486 return avahi_dbus_respond_error(c, m, AVAHI_ERR_TOO_MANY_OBJECTS, NULL);
497 return avahi_dbus_respond_error(
[all...]
H A Ddbus-util.h32 DBusHandlerResult avahi_dbus_respond_error(DBusConnection *c, DBusMessage *m, int error, const char *text);
H A Ddbus-sync-address-resolver.c91 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);
H A Ddbus-sync-host-name-resolver.c91 avahi_dbus_respond_error(server->bus, i->message, avahi_server_errno(avahi_server), NULL);

Completed in 398 milliseconds

12