Home | History | Annotate | Download | only in c-ares

Lines Matching defs:txtaddr

1325   char *p, *txtaddr;
1339 txtaddr = p;
1352 if (ares_inet_pton(AF_INET, txtaddr, &host.addrV4) == 1)
1354 else if (ares_inet_pton(AF_INET6, txtaddr, &host.addrV6) == 1)