Re: Communicating from kernel extension to application?
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com -josh On Jan 8, 2005, at 11:48 PM, Brian Kendall wrote: This email sent to jgraessley@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com TCPLogger is DTS sample code. If you search the developer support web page, it should turn up. You'll want to use a kernel control socket. TCPLogger sample should show you how. There is some documentation in the header file at /usr/include/sys/kern_control.h I'm wondering what methods exist for having a kernel extension send a message of some kind that can be received by an application in user space. I searched the archives, and apparently circa a couple of years ago someone asked a similar question and was directed to the source of an example kext called TCPLogger in the Darwin source, but it doesn't look like it exists anymore. Is there anywhere I can find that source, or forgetting that, how could one send a message from a kext to an application? - Brian _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/jgraessley% 40apple.com smime.p7s
participants (1)
-
Joshua Graessley