site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Dec 15, 2004, at 6:58 PM, Andrew White wrote: Vincent _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Is there a version of inet_aton which is safe to use inside an IOKit device driver? How do I include it? If you're inside an IOKit device I recommend that you including your own version of inet_aton --there are a lot of open source implementation of inet_aton available. You could link your IOKit module with the inet_aton version xnu/bsd/kern/netboot.c but that would make your IOKit module not compatible with Tiger. This email sent to site_archiver@lists.apple.com