silc_net_gethostbyaddr_async
SYNOPSIS
void silc_net_gethostbyaddr_async(const char *addr, SilcSchedule schedule, SilcNetResolveCallback completion, void *context)
DESCRIPTION
Asynchronously resolves the hostname for the IP address indicated by the `addr'. This function returns immediately, and the `completion' callback will be called after the resolving is completed. If `schedule' is NULL this will call silc_schedule_get_global to try to get global scheduler.