Subject: Re: problems with using getnameinfo()?
To: NetBSD Networking Technical Discussion List <tech-net@NetBSD.ORG>
From: None <itojun@iijlab.net>
List: tech-net
Date: 05/08/2001 09:16:34
>Can anyone see anything glaringly wrong with the following code? (other
>than perhaps my overly simplistic way of identifying an IPv6 address
>string?) I'm trying to learn to use IPv6 names and addresses, and while
>I'm at it to test getnameinfo(), but unforunately it's not working for
>me. For example:
you have wrong length set in sa_len.
itojun