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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-client.c 414 bool should_be_client = false; local
418 should_be_client = true;
424 should_be_client = false;
428 should_be_client ? "could be client" : "can't be client",
431 return should_be_client;
dnssd-client.c 414 bool should_be_client = false; local
418 should_be_client = true;
424 should_be_client = false;
428 should_be_client ? "could be client" : "can't be client",
431 return should_be_client;
dnssd-client.c 414 bool should_be_client = false; local
418 should_be_client = true;
424 should_be_client = false;
428 should_be_client ? "could be client" : "can't be client",
431 return should_be_client;

Completed in 58 milliseconds