search for: _isip

Displaying 1 result from an estimated 1 matches for "_isip".

Did you mean: wisip
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
.... I got 80.218.16.13, when looking up netscum.dyndns.dk. I got news-feed02.inet.tele.dk, when looking up 193.162.153.122. I got (null), when looking up 10.0.2.53. I got 2001:620:0:39::1, when looking up 2001:620:0:39::1. Now the question, for which I started to hack a bit: On an IPv6-aware system, _isip("2001:620:0:39::1") is true. On a non-IPv6-aware system, it's false, even though that's an IP of the IPv6 family. Should it be true? And if it's false, as you can see, it's interpreted as a hostname, and returned by resolver_getname(), instead of returning (null). Should...