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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-client.c 112 bool have_mesh_local_prefix; member in struct:dnssd_client
218 client->have_mesh_local_prefix = true;
441 if (client->have_mesh_local_prefix) {
route.h 345 bool have_mesh_local_prefix; member in struct:route_state
route.c 2028 route_state->have_mesh_local_prefix = true;
2031 route_state->have_mesh_local_prefix = false;
2755 if (!route_state->have_mesh_local_prefix || !route_state->have_non_thread_interface) {
2816 if (route_state->have_mesh_local_prefix && route_state->advertising_srp_anycast_service &&
2846 route_state->have_mesh_local_prefix ? "have" : "no",

Completed in 21 milliseconds