Socket protocol which does not use Unsupported.kext
Socket protocol which does not use Unsupported.kext
- Subject: Socket protocol which does not use Unsupported.kext
- From: Gi youl Kim <email@hidden>
- Date: Fri, 19 Oct 2007 08:24:53 -0700
I want to create a protocol which support socket interface. I could
create one using net_add_proto() and net_del_proto().
But those functions are included by Unsupported.kext. And worse, some
functions like sbfree() was not even exported.
So I had to use codes in open xnu source to the protocol work.
Can you create a socket protocol which does not use Unsupported.kext?
If you can't, how can you create a protocol?
Aingoppa.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden