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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 258 dns_host_description_t *host_description = NULL; local
393 if (!host_description) {
394 host_description = calloc(1, sizeof *host_description);
395 if (!host_description) {
402 if (!host_description->delete) {
411 host_description->delete = dp;
412 host_description->name = dp->name;
421 if (!add_host_addr(&host_description->addrs, rr)) {
562 if (host_description == NULL && ret->host_lease == 0)
    [all...]
srp-dns-proxy.c 91 service_t *services, dns_host_description_t *host_description)
111 if (host_description != NULL) {
112 free(host_description);

Completed in 57 milliseconds