Re: hs247 domain trouble

2002-09-17 Thread Maciej Wierzbicki
Peter Bieringer wrote: DNS no longer works. looks like registration was expired: Yes, anyone who want that page should use http://www.hs247.org/ instead. -- * Maciej 'Voovoos' Wierzbicki * VOO1-RIPE * VOO1-6BONE - The

Re: inet_ntoa and inet_aton for IPv6?

2002-09-17 Thread itojun
what are the equivalents for inet_ntoa and inet_aton in the IPv6 API? use getaddrinfo(3) and getnameinfo(3). itojun - The IPv6 Users Mailing List Unsubscribe by sending unsubscribe users to [EMAIL PROTECTED]

Re: inet_ntoa and inet_aton for IPv6?

2002-09-17 Thread Antonio Querubin
On Tue, 17 Sep 2002, Juan Luis Baptiste wrote: what are the equivalents for inet_ntoa and inet_aton in the IPv6 API? You could try inet_ntop() and inet_pton(). - The IPv6 Users Mailing List Unsubscribe by sending unsubscribe

Re: inet_ntoa and inet_aton for IPv6?

2002-09-17 Thread dbash
hi, u can get similar results by inet_ntop inet_pton respectively. br, -Dipak www.hssworld.com Juan Luis Baptiste [EMAIL PROTECTED] on 09/17/2002 08:11:46 AM To: [EMAIL PROTECTED] cc:(bcc: Dipak Bash/HSS) Subject: inet_ntoa and inet_aton for IPv6? Hi, what are the