site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D4fPdNdzmh3AoCAb6TRSvd3HgusVj7pEhJ3MYS/JMu8Q2B/jBRDe/RoY+UNTKusn/BmSanKI8dFUoOMC+trR6pvox00ELgvbXVM0EzyjFU6c23zCoo3qdCifGAxu2WpPqq3Lu/4q+j96DmTqd7mUUkudFJNn55LQhNEhvwhnhnk= I have a need for performing DNS resolution (name to address) for the use by a kernel extension, and it would be incredibly convenient if it could be performed within the kernel. I've looked around endless header files but haven't found anything helpful. I suspect that the "correct" approach would be to perform the dns resolution in a user process and send the result back to the kernel extension - but I thought I'd check first and see if there was anything I had missed. Suggestions appreciated. Thanks. -Curtis _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Curtis Jones