HomeSort by: relevance | last modified time | path
    Searched defs:mdns (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c 27 #include "srp-mdns-proxy.h"
30 #include "srp-mdns-proxy.h"
845 const char *mdns = local
847 " look up a name that goes through the local (mDNS) query path. If we get a response, the test\n"
849 state = test_state_create(srp_servers, "DNS Push Local test", NULL, mdns, NULL);
852 const char *mdns = local
854 " look up a name that goes through the local (mDNS) query path. If we get a response, the test\n"
856 state = test_state_create(srp_servers, "DNS Local test", NULL, mdns, NULL);
881 " look up a name that goes through the local (mDNS) query path. Once we have a result, we fake\n"
891 " look up a name that goes through the local (mDNS) query path. Once we have a result, we fake\n
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntpd.c 149 DNSServiceRef mdns; variable
197 * mDNS registration flag. If set, we attempt to register with the mDNS system, but only
199 * minute for up to 5 times. After all, we may be starting before mDNS.
951 * Enable mDNS registrations?
953 if (HAVE_OPT( MDNS )) {
1570 msyslog(LOG_INFO, "Attempting to register mDNS");
1571 if ( DNSServiceRegister (&mdns, 0, 0, NULL, "_ntp._udp", NULL, NULL,
1574 msyslog(LOG_ERR, "Unable to register mDNS, giving up.");
1576 msyslog(LOG_INFO, "Unable to register mDNS, will try later.")
    [all...]

Completed in 57 milliseconds