Re: inet_aton family in kernel space
Re: inet_aton family in kernel space
- Subject: Re: inet_aton family in kernel space
- From: Vincent Lubet <email@hidden>
- Date: Wed, 15 Dec 2004 20:35:44 -0800
On Dec 15, 2004, at 6:58 PM, Andrew White wrote:
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.
Vincent
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden