Re: guidance
Re: guidance
- Subject: Re: guidance
- From: Rich Kubota <email@hidden>
- Date: Fri, 14 Apr 2006 14:30:16 -0700
At 1:06 PM -0700 4/14/06, David A Rowland wrote:
In writing an NKE ipfilter I want to talk to it from a user app. The
Network Kernel Extensions Programming Guide describes how to do this
using KEXT Controls. However, establishing the control linkage
involves getting some initial information using the CTLIOCGINFO
ioctl. Sample code in listing 2.2 on page 20 of NKEPG.
What is not shown is how the KEXT receives and responds to the ioctl.
Is there sample code or documentation for this?
thanks,
David
David,
The tcplognke sample demonstrates communications between a user space
application and an nke, using the mechanism described above. You can
find the sample at
<http://developer.apple.com/samplecode/tcplognke/tcplognke.html>
--
Sincerely,
Rich Kubota
email@hidden
(408) 974-6212
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >guidance (From: David A Rowland <email@hidden>) |