Re: Fwd: TCP PCB size

2001-08-27 Thread Mike Silbersack
On Mon, 27 Aug 2001, Alfred Perlstein wrote: > * Mike Silbersack <[EMAIL PROTECTED]> [010827 15:57] wrote: > > > > The easy way to do this is to copy the top of one of the files from > > netstat, which already has all the includes included and in the proper > > order. :) > > Odd, you think it wo

Re: Fwd: TCP PCB size

2001-08-27 Thread Alfred Perlstein
* Mike Silbersack <[EMAIL PROTECTED]> [010827 15:57] wrote: > > On Mon, 27 Aug 2001, Alfred Perlstein wrote: > > > 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. > > The easy wa

RE: Fwd: TCP PCB size

2001-08-27 Thread S.V. Ganesh
ed "stupid". Thanks, -svg -Original Message- From: Bill Fumerola [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 1:34 PM To: Kris Kennaway Cc: S.V. Ganesh; [EMAIL PROTECTED] Subject: Re: Fwd: TCP PCB size On Mon, Aug 27, 2001 at 01:32:18PM -0700, Kris Kennaway wrote: > I&#x

Re: Fwd: TCP PCB size

2001-08-27 Thread Mike Silbersack
On Mon, 27 Aug 2001, Alfred Perlstein wrote: > 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. The easy way to do this is to copy the top of one of the files from netstat, which alre

Re: Fwd: TCP PCB size

2001-08-27 Thread Alfred Perlstein
* 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

Re: Fwd: TCP PCB size

2001-08-27 Thread Alfred Perlstein
* Kris Kennaway <[EMAIL PROTECTED]> [010827 15:32] 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(str

Re: Fwd: TCP PCB size

2001-08-27 Thread Bill Fumerola
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 TPC

Fwd: TCP PCB size

2001-08-27 Thread Kris Kennaway
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) >