Home
last modified time | relevance | path

Searched refs:reg_client_callback (Results 1 – 2 of 2) sorted by relevance

/external/avahi/avahi-compat-howl/
Dcompat.c304 static void reg_client_callback(oid_data *data, AvahiClientState state);
320 reg_client_callback(&self->oid_table[oid], state); in client_callback()
687 static void reg_client_callback(oid_data *data, AvahiClientState state) { in reg_client_callback() function
/external/avahi/avahi-compat-libdns_sd/
Dcompat.c959 static void reg_client_callback(AvahiClient *s, AvahiClientState state, void* userdata) { in reg_client_callback() function
1149 …t = avahi_client_new(avahi_simple_poll_get(sdref->simple_poll), 0, reg_client_callback, sdref, &er… in DNSServiceRegister()