Files
asterisk/main
George Joseph 6407ccd2d9 dns_core: Create new API ast_dns_resolve_ipv6_and_ipv4
The new function takes in a pointer to an ast_sockaddr structure,
a hostname and an optional port and then dispatches parallel
"AAAA" and "A" record queries.  If an "AAAA" record is returned,
it's parsed into the ast_sockaddr structure along with the port
if it was supplied.  If no "AAAA" record was returned, the
first "A" record returned (if any) is parsed instead.

This is a synchronous call.  If you need asynchronous lookups,
use ast_dns_query_set_resolve_async and roll your own.

Change-Id: I194b0b0e73da94b35cc35263a868ffac3a8d0a95
2019-08-22 06:32:54 -06:00
..
2019-08-01 15:31:23 -06:00
2016-10-27 09:53:55 -04:00
2018-10-15 16:35:20 -04:00
2019-08-01 15:31:23 -06:00
2018-10-18 12:44:03 -05:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2019-02-20 15:28:54 -06:00
2016-10-27 09:53:55 -04:00
2017-12-20 12:40:01 -05:00
2019-07-29 14:09:50 -04:00
2016-10-27 09:53:55 -04:00
2019-05-10 10:17:27 -06:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2019-04-24 07:47:49 -06:00
2016-10-27 09:53:55 -04:00
2016-10-27 09:53:55 -04:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:31 -05:00