Re: Kernel Extension to User Land communication through sockets
Re: Kernel Extension to User Land communication through sockets
- Subject: Re: Kernel Extension to User Land communication through sockets
- From: Charu Tiwari <email@hidden>
- Date: Sat, 13 Feb 2016 18:18:51 +0530
Hi Robert,
I guess you are talking about sending message to OS X kernel extension from user-land program. Below is the link.
Basically we use setsockopt() from userland program to send data. On kernel extension side we have to use ctl_register() to register for communication.
Regards,
_______________________________________________
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