getsockname(.....) not working
getsockname(.....) not working
- Subject: getsockname(.....) not working
- From: Matt Jaffa <email@hidden>
- Date: Fri, 21 Nov 2003 16:26:15 -0700
Hi,
I am developing a kernel Extension and right
now I have the
socket.h file included in my KEXT
but it wont let me use getsockname function found in socket.h
any reasons for this? It says it can't find the identifier.
Why I need this is I overided the system table entry for the sendto
system call, and
in that call it gives you the integer socket identifier and I am trying
to get
who sent the sendto command and also what protocol and any ports it
wants to use, etc.
Any way of getting this info from overiding the sendto system table
function?
Thanks
Matt
_______________________________________________
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.