Re: [osol-discuss] getting TCP/IP statistics on solaris

2007-04-23 Thread James Carlson
Paul Durrant writes: > On 4/19/07, sukruta <[EMAIL PROTECTED]> wrote: > > > > I'm working on a project which requires me to find the TCP/IP statistics > > using [b]ONLY SYSTEM CALLS or APIs[/b] on a solaris system. I [b]should > > not[/b] be using the command netstat itself. I can use the netstat

Re: [osol-discuss] getting TCP/IP statistics on solaris

2007-04-19 Thread Paul Durrant
On 4/19/07, sukruta <[EMAIL PROTECTED]> wrote: I'm working on a project which requires me to find the TCP/IP statistics using [b]ONLY SYSTEM CALLS or APIs[/b] on a solaris system. I [b]should not[/b] be using the command netstat itself. I can use the netstat.c code. The statistics should be f

[osol-discuss] getting TCP/IP statistics on solaris

2007-04-19 Thread sukruta
hello, I'm working on a project which requires me to find the TCP/IP statistics using [b]ONLY SYSTEM CALLS or APIs[/b] on a solaris system. I [b]should not[/b] be using the command netstat itself. I can use the netstat.c code. The statistics should be found without actually establishing a conne