Files
asterisk/include/asterisk
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
..
2015-04-11 19:43:43 -06:00
2017-12-20 12:40:01 -05:00
2017-12-20 12:40:01 -05:00
2013-08-22 18:52:41 +00:00
2017-12-20 12:40:01 -05:00
2017-12-20 12:40:01 -05:00
2017-05-30 15:10:20 -05:00
2018-03-19 18:00:20 -04:00
2012-08-30 14:23:28 +00:00
2018-03-19 18:00:20 -04:00
2015-06-10 12:17:02 -05:00
2015-07-07 21:31:49 -05:00
2018-04-20 12:50:03 +02:00
2015-05-19 21:11:21 -05:00
2017-12-20 12:40:01 -05:00
2016-07-22 10:09:08 +02:00
2018-10-02 12:21:31 -05:00
2018-04-17 10:30:23 -06:00
2017-12-20 12:40:01 -05:00
2018-03-22 00:33:12 -04:00
2019-02-07 08:23:04 -06:00
2015-05-19 21:11:21 -05:00
2011-10-11 19:06:29 +00:00
2017-05-30 15:10:20 -05:00
2015-05-19 21:11:21 -05:00
2019-03-27 17:57:30 -06:00
2018-06-23 08:26:19 +02:00
2018-07-23 06:47:31 -05:00