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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 359 new_served_domain(dp_interface_t *const NULLABLE interface, const char * NONNULL domain);
1730 ipv4 = new_served_domain(NULL, IPV4_REVERSE_LOOKUP_DOMAIN);
1731 ipv6 = new_served_domain(NULL, IPV6_REVERSE_LOOKUP_DOMAIN);
1968 sdt = new_served_domain(NULL, my_name);
4130 new_served_domain(dp_interface_t *const NULLABLE interface, const char *const NONNULL domain) function
4364 served_domain_t *const new_served_domain = add_new_served_domain_with_interface(name, address, mask); local
4365 require_action_quiet(new_served_domain != NULL, exit,
4368 bool hardwired_set = dnssd_hardwired_setup_for_served_domain(new_served_domain);
4371 delete_served_domain(new_served_domain);
4374 new_served_domain->domain)
    [all...]

Completed in 28 milliseconds