Home
last modified time | relevance | path

Searched refs:result_code (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/
Dgethnamaddr.c570 int result_code = strtol(buf, NULL, 10); in android_read_hostent() local
571 if (result_code != DnsProxyQueryResult) { in android_read_hostent()
/bionic/libc/dns/net/
Dgetaddrinfo.c479 int result_code = (int)strtol(buf, NULL, 10); in android_getaddrinfo_proxy() local
481 if (result_code != DnsProxyQueryResult ) { in android_getaddrinfo_proxy()