Home
last modified time | relevance | path

Searched refs:kDNSServiceErr_NoSuchRecord (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSShared/
Ddns_sd.h498 kDNSServiceErr_NoSuchRecord = -65554, enumerator
Duds_daemon.c2766 error = kDNSServiceErr_NoSuchRecord; in queryrecord_result_callback()
/external/mdnsresponder/Clients/
Ddns-sd.c742 if (errorCode == kDNSServiceErr_NoSuchRecord) printf("No Such Record"); in qr_reply()
815 if (errorCode == kDNSServiceErr_NoSuchRecord) printf(" No Such Record"); in addrinfo_reply()