From owner-freebsd-net Sat Jun 2 6:27:38 2001 Delivered-To: freebsd-net@freebsd.org Received: from imo-m08.mx.aol.com (imo-m08.mx.aol.com [64.12.136.163]) by hub.freebsd.org (Postfix) with ESMTP id 3D8F537B43C for ; Sat, 2 Jun 2001 06:27:36 -0700 (PDT) (envelope-from raviprasad20@netscape.net) Received: from raviprasad20@netscape.net by imo-m08.mx.aol.com (mail_out_v30.22.) id n.2e.1735461 (16241) for ; Sat, 2 Jun 2001 09:27:31 -0400 (EDT) Received: from netscape.com (aimmail09.aim.aol.com [205.188.144.201]) by air-in03.mx.aol.com (v77_r1.37) with ESMTP; Sat, 02 Jun 2001 09:27:30 -0400 Date: Sat, 02 Jun 2001 09:27:30 -0400 From: raviprasad20@netscape.net To: freebsd-net@freebsd.org Subject: Display of prefixes in aperticular ifnet structure. Mime-Version: 1.0 Message-ID: <39199B3B.03898409.9513E96F@netscape.net> X-Mailer: Franklin Webmailer 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I configured some prefixes through the "prefix" command. I then tried to display them as itis by reading the "ifnet" structure's "if_prefixhead" member. The result is like this. Prefix was set as #prefix wb0 fec0:11::1 the prefix displayed later by reading the ifnet structure is as follows. The data is in 8bits. (Displayed by using the printf(" %x\t",ifp->if_prefixhead.next->prefix.s6_addr8[0]); & etc till 15) The output is like this. 00 00 00 00 00 00 fe c0 00 11 00 00 00 00 00 00 Can any body mail me if I had done some mistake & that's why iam getting the above result? Or there is some other place where prefixes are stored & from that place we can get prefixes correctly? Are prefixes stored in this way itself? Kindly reply. regards ravi prasad __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message