search for: have_getipnodebynam

Displaying 2 results from an estimated 2 matches for "have_getipnodebynam".

Did you mean: have_getipnodebyname
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
...st, ices, libshout, and who knows what all) suffice here to get the test_resolver.c program to produce useful output on my FreeBSD machine -- if it's true that (some) Linux doesn't have getipnodebyname() then a different solution might be needed. The results when built with -DHAVE_IPV6=1 -DHAVE_GETIPNODEBYNAME=1 added to the Makefile DEFS on my FreeBSD 4.x: I got 172.27.72.27, when looking up stable.netscum.dyndns.dk. I got 2002:50da:100d:0:250:daff:fe21:edca, when looking up ipv6.netscum.dyndns.d k. I got 2002:50da:100d:0:250:daff:fe21:edca, when looking up netscum.dyndns.dk. I got ::1, when looking up...
2004 Aug 06
1
IPv6 support for Icecast server
...upport in the CVS versions of `libshout' and `ices'? I can bind icecast to an IPv6 address and connect with `ogg123' to it, but still haven't yet been able to get a source into icecast over IPv6 (IPv4 is fine with `ices'). I've noticed that things like `HAVE_IPV6' and `HAVE_GETIPNODEBYNAME' are defined for my FreeBSD build of `icecast' but not for either of `libshout' or `ices', and I've added them to the DEFS as a hack. Actually, I've just gotten it working, though imperfectly, with a number of additional hacks to net/resolver.c, net/sock.c, plus some others...