Home
last modified time | relevance | path

Searched refs:AVAHI_ERR_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance

/external/avahi/avahi-common/
Derror.h64 AVAHI_ERR_NOT_FOUND = -30, /**< Not found */ enumerator
/external/avahi/avahi-core/
Dwide-area.c503 avahi_server_set_errno(e->server, r == 0 ? AVAHI_ERR_NOT_FOUND : map_dns_error(r)); in handle_packet()
Dentry.c248 avahi_server_set_errno(s, AVAHI_ERR_NOT_FOUND); in server_add_internal()
Dserver.c1732 return avahi_server_set_errno(s, AVAHI_ERR_NOT_FOUND); in avahi_server_get_group_of_service()
/external/avahi/avahi-compat-libdns_sd/
Dcompat.c144 case AVAHI_ERR_NOT_FOUND: in map_error()