Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:ipv6

1552         FAULT("skipping address type other than IPv4/IPv6 - type: %u", addr->sa.sa_family);
1656 INFO("Non IPv4/IPv6 address added for the interface - sa_family: %u", address->sa.sa_family);
1704 // Update the "reverse mapping from address to browsing domain" for each eligible served domain under IPv6 or IPv4
1713 INFO("Skipping non IPv6/IPv4 address - addr:" PRI_S_SRP, buf);
1724 served_domain_t *ipv6, *ipv4;
1726 // When dnssd-proxy is combined with srp-mdns-proxy, IPv4 and IPv6 reverse look up domain is set from the begining.
1728 ipv6 = find_served_domain(IPV6_REVERSE_LOOKUP_DOMAIN);
1731 ipv6 = new_served_domain(NULL, IPV6_REVERSE_LOOKUP_DOMAIN);
1733 require_action_quiet(ipv4 != NULL && ipv6 != NULL, exit, ERROR("cannot find/create new served domain"));
1753 dnssd_hardwired_add_or_remove_ptr_record(ipv6, &ifaddr->addr, &ifaddr->mask, true);
1939 ERROR("Non IPv4/IPv6 address in interface addresses - sa_family: %u", if_addr->sa.sa_family);
2696 // If it's an IPv4-mapped IPv6 address, we can respond with an A record
2705 // If it's an IPv6 address and NOT a v4-mapped address, we can respond with an AAAA record.
2714 response_type = "local host IPv6 address";
5790 served_domain_t *ipv6 = NULL;
5807 ipv6 = new_served_domain(NULL, IPV6_REVERSE_LOOKUP_DOMAIN);
5809 require_action_quiet(ipv6 != NULL && ipv4 != NULL, exit, succeeded = false;
5858 if (ipv6 != NULL) {
5859 delete_served_domain(ipv6);
5926 ERROR("Please configure at least one my-ipv4-addr and/or one my-ipv6-addr."));