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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-client.c 121 uint16_t dns_service_registration_port; // The port of the registered DNS service used. member in struct:dnssd_client
312 // @TODO: Adds SRV service probing to determine the DoT port instead the default dns_service_registration_port.
318 port = client->dns_service_registration_port;
642 client->dns_service_registration_port = DNS_OVER_TLS_DEFAULT_PORT;
dnssd-client.c 121 uint16_t dns_service_registration_port; // The port of the registered DNS service used. member in struct:dnssd_client
312 // @TODO: Adds SRV service probing to determine the DoT port instead the default dns_service_registration_port.
318 port = client->dns_service_registration_port;
642 client->dns_service_registration_port = DNS_OVER_TLS_DEFAULT_PORT;

Completed in 73 milliseconds