From owner-freebsd-net@FreeBSD.ORG Fri Mar 4 14:51:23 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74ECE16A4CE for ; Fri, 4 Mar 2005 14:51:23 +0000 (GMT) Received: from te-clan.ch (ns1.te-clan.ch [217.118.194.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 5346A43D5C for ; Fri, 4 Mar 2005 14:51:22 +0000 (GMT) (envelope-from bachi@te-clan.ch) Received: (qmail 44720 invoked from network); 4 Mar 2005 14:50:34 -0000 Received: from unknown (HELO te-clan.ch) (127.0.0.1) by te-clan.ch with SMTP; 4 Mar 2005 14:50:34 -0000 Received: from 193.134.254.115 (SquirrelMail authenticated user bachi@te-clan.ch) by webmail.te-clan.ch with HTTP; Fri, 4 Mar 2005 15:50:34 +0100 (CET) Message-ID: <40850.193.134.254.115.1109947834.squirrel@webmail.te-clan.ch> Date: Fri, 4 Mar 2005 15:50:34 +0100 (CET) From: To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.10) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: xsocket unique id X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 14:51:23 -0000 hi! i would like to develop a gui app, based on gtk+, to monitor all socket states like tcpview (http://www.sysinternals.com/ntw2k/source/tcpview.shtml) on ms window. my kernel experience is small, so my template is sockstat. my question is: which variable in the xsocket or socket structure, is the unique id of a socket? thanks! greets Andreas Bachmann