musl/include
Rich Felker bdad2fefb2 add support for ipv6 scope_id to getaddrinfo and getnameinfo
for all address types, a scope_id specified as a decimal value is
accepted. for addresses with link-local scope, a string containing the
interface name is also accepted.

some changes are made to error handling to avoid unwanted fallbacks in
the case where the scope_id is invalid: if an earlier name lookup
backend fails with an error rather than simply "0 results", this
failure now suppresses any later attempts with other backends.

in getnameinfo, a light "itoa" type function is added for generating
decimal scope_id results, and decimal port strings for services are
also generated using this function now so as not to pull in the
dependency on snprintf.

in netdb.h, a definition for the NI_NUMERICSCOPE flag is added. this
is required by POSIX (it was previously missing) and needed to allow
callers to suppress interface-name lookups.
2014-06-04 02:24:38 -04:00
..
2011-06-09 21:47:24 -04:00
2013-07-03 18:07:50 +02:00
2012-05-06 16:35:32 -04:00
2011-02-12 00:22:29 -05:00
2014-02-25 00:17:29 +01:00
2012-09-08 18:16:33 -04:00
2011-02-12 00:22:29 -05:00
2012-09-30 20:00:38 -04:00
2013-04-10 22:38:46 -04:00
2011-02-14 21:59:38 -05:00
2012-05-06 16:35:32 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-11-29 12:45:09 -05:00
2011-02-12 00:22:29 -05:00
2011-04-13 15:24:26 -04:00
2012-12-26 16:55:49 -05:00
2011-02-12 00:22:29 -05:00
2013-07-22 13:05:41 -04:00
2012-09-08 00:14:25 -04:00
2011-04-05 15:40:36 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2014-01-08 19:36:29 -05:00
2014-01-08 19:36:29 -05:00
2013-01-04 20:36:34 +01:00