Searched refs:gethostbyname2 (Results 1 – 11 of 11) sorted by relevance
/external/toybox/toys/pending/ |
D | arping.c | 226 struct hostent *hp = gethostbyname2(*toys.optargs, AF_INET); in arping_main()
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_ReadMe.txt | 42 functions gethostbyname, gethostbyname2 and gethostbyaddr, using the Name
|
/external/iputils/ |
D | traceroute6.c | 458 hp = gethostbyname2(idn ? idn : *argv, AF_INET6); in main()
|
D | arping.c | 1101 hp = gethostbyname2(idn, AF_INET); in main()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_ctrl.c | 384 h = gethostbyname2(name, AF_INET6); in wpa_ctrl_open()
|
/external/libpcap/Win32/Src/ |
D | getaddrinfo.c | 561 hp = gethostbyname2(hostname, pai->ai_family);
|
/external/iproute2/misc/ |
D | ss.c | 1348 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam); in get_dns_host() 1352 he = gethostbyname2(addr, AF_INET6); in get_dns_host()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1065 TEST(MemorySanitizer, gethostbyname2) { in TEST() argument 1066 struct hostent *he = gethostbyname2("localhost", AF_INET); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2067 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyname2, char *name, int af) { 2069 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyname2, name, af); 2070 struct __sanitizer_hostent *res = REAL(gethostbyname2)(name, af); 2078 COMMON_INTERCEPT_FUNCTION(gethostbyname2);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1872 fun:gethostbyname2=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1396 PUBLIC f1670 0 gethostbyname2
|