You have to declare ioctl as the next:

#define SIO_SET_MULTICAST_FILTER        _IO ('s', 63)

And after that in your code mannualy via functions documented in
copy(9) and fetch(9) manpages, to access that user space structure,
user space pointer will be available for you as third arument
in your ioctl handler.

--
Vladimir
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to