* Bill Fumerola <[EMAIL PROTECTED]> [010827 15:33] wrote:
> On Mon, Aug 27, 2001 at 01:32:18PM -0700, Kris Kennaway wrote:
> > I've forwarded this message to the freebsd-net mailing list where it's
> > more on-topic for discussion.
> >
> > Kris
> >
> > On Mon, Aug 27, 2001 at 11:51:30AM -0700, S.V. Ganesh wrote:
> > > What is the size of the IPCB(struct inpcb) and TPCB(struct tcpcb) structure?
> > > (ignoring platform specific alignment issues)
> > >
> > > Stevens v2 has 84(inpcb) and 140(tcpcb) bytes.
>
> its more on topic for a C beginners mailing list. whats so hard about
> including the header file and using sizeof()?
It's actually a bit more difficult than that because you need to
include a bunch of kernel headers (as well as defining _KERNEL)
to get at it from userland.
--
-Alfred Perlstein [[EMAIL PROTECTED]]
Ok, who wrote this damn function called '??'?
And why do my programs keep crashing in it?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message