Searched refs:_DNS_SD_H (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h58 /* _DNS_SD_H contains the mDNSResponder version number for this header file, formatted as follows:
65 * #if _DNS_SD_H+0 >= 1260000
79 #ifndef _DNS_SD_H
80 #define _DNS_SD_H 3201080 macro
2452 #endif /* _DNS_SD_H */
H A Duds_daemon.c3226 DaemonVersionReply x = { 0, dnssd_htonl(4), dnssd_htonl(_DNS_SD_H) };
/external/mdnsresponder/Clients/
H A Ddns-sd.c197 // The "+0" is to cope with the case where _DNS_SD_H is defined but empty (e.g. on Mac OS X 10.4 and earlier)
198 #if _DNS_SD_H+0 >= 116

Completed in 92 milliseconds