Re: socketcall()
Re: socketcall()
- Subject: Re: socketcall()
- From: Vincent Lubet <email@hidden>
- Date: Thu, 5 Sep 2002 16:18:41 -0700
On Wednesday, September 4, 2002, at 08:47 PM, Brian Wotring wrote:
I need to send a small UDP message to a user level daemon from an NKE.
Is
a dlil_inject function the easiest way to do this, or is there an
easier
way?
Does Darwin have a socketcall(), or equivalent?
Does this really need to be UDP?
It would be easier to use a local socket (AF_UNIX) or an IP divert
socket (man 4 divert).
Vincent
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.
References: | |
| >socketcall() (From: "Brian Wotring" <email@hidden>) |