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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c 290 static char uuid_name[DNS_MAX_NAME_SIZE + 1]; variable
1870 if (uuid_name[0] != 0) {
1871 dns_name_to_wire(NULL, &towire, uuid_name);
2106 if (uuid_name[0] != 0) {
2107 dns_name_to_wire(NULL, &towire, uuid_name);
2172 if (uuid_name[0] != 0) {
2174 dns_name_to_wire(NULL, &towire, uuid_name);
2421 } else if (uuid_name[0] != 0) {
2422 TOWIRE_CHECK("uuid_name", towire, dns_name_to_wire(NULL, towire, uuid_name));
    [all...]

Completed in 51 milliseconds