From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] csipinfo From: Joel “chesky” Salomon Date: Wed, 18 Oct 2006 01:20:56 -0400 In-Reply-To: <5a3fc24e50b8de6c0a4b513684568555@plan9.bell-labs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: cbceb5f8-ead1-11e9-9d60-3106f5b1d025 > It's used here: >=20 > /sys/src/cmd/ssh/util.c:241 > /sys/src/cmd/ssh/ip/ppp/ppp.c:738 (Actually /sys/src/cmd/ip/ppp/ppp.c:738) In ppp the ip address is known so csipinfo is called with (..., "ip", ip,= ...); in ssh the system name is known so the pair ipattr(name), name can= be used. How can I get any of that information=E2=80=94but specifically= the ip address and dns name=E2=80=94for the other end of an announce-lis= ten-accept connection? --Joel