Re: ipf_inject_input returns ENOTSUP
Re: ipf_inject_input returns ENOTSUP
- Subject: Re: ipf_inject_input returns ENOTSUP
- From: Allan Hoeltje <email@hidden>
- Date: Wed, 21 Sep 2005 11:53:29 -0700
Sorry, I want to be absolutely clear on this.
1) My kext should send IP packets to my user app with ctl_enqueuembuf.
Therefore, my user app should read the packets with "recv" or "recvmsg"?
2) My kext should receive IP packets from my user app with ctl_send_func.
Therefore, my user app should send the packets with "send" or "sendmsg"?
Send/recv are much easier to use and understand than sendmsg/recvmsg but
will they work with ctl_send_func/ctl_enqueuembuf?
-Allan
_______________________________________________
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