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:
http://lists.apple.com/mailman/options/darwin-kernel/email@hidden