Re: _IOR/W with if_tun
From: jpd (read_the_sig_at_do.not.spam.it.invalid)
Date: 10/30/05
- Previous message: jpd: "Re: Newbie question: how to assign a fixed IP address to a FreeBsd system"
- In reply to: bsder: "Re: _IOR/W with if_tun"
- Next in thread: Rob Warnock: "Re: _IOR/W with if_tun"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Oct 2005 22:15:28 GMT
Begin <4364bd15$1@news.rivernet.com.au>
On 2005-10-30, bsder <snort_sam@yahoo.com> wrote:
[snippety]
> thanks, how to interpret the this macro:
>
> #define _IOC(inout,group,num,len) \
> ((unsigned long)(inout | ((len & IOCPARM_MASK) << 16) |
> ((group) << 8) | (num)))
Get a copy of K&R and find out. Really.
> Thanks
> Sam
Oh, you're *that* morpher. Well, that can be fixed.
-- j p d (at) d s b (dot) t u d e l f t (dot) n l .
- Previous message: jpd: "Re: Newbie question: how to assign a fixed IP address to a FreeBsd system"
- In reply to: bsder: "Re: _IOR/W with if_tun"
- Next in thread: Rob Warnock: "Re: _IOR/W with if_tun"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|