I am writing a Windows Kernel Driver, in which I need to resolve IP addresses into corresponding hostnames. There is very little documentation available for this on Microsoft pages:
Resolving Host Names and IP Addresses
How can this be done? What lookup order does Windows follow when we resolve hostnames from the kernel?