Home
last modified time | relevance | path

Searched refs:gethostbyname2 (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgethostbyname2.c36 hptr = gethostbyname2("127.0.0.1", AF_INET); in gethostbyname2_0100()
53 hptr = gethostbyname2("::1", AF_INET6); in gethostbyname2_0200()
70 hptr = gethostbyname2("127.0.w.1", AF_INET6); in gethostbyname2_0300()
86 hptr = gethostbyname2("::1", AF_INET); in gethostbyname2_0400()
/third_party/musl/src/network/
H A Dgethostbyname.c10 return gethostbyname2(name, AF_INET); in gethostbyname()
H A Dgethostbyname2.c8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h135 struct hostent *gethostbyname2(const char *, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h135 struct hostent *gethostbyname2(const char *, int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h135 struct hostent *gethostbyname2(const char *, int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h135 struct hostent *gethostbyname2(const char *, int);
/third_party/musl/include/
H A Dnetdb.h161 struct hostent *gethostbyname2(const char *, int);
/third_party/toybox/toys/pending/
H A Darping.c225 struct hostent *hp = gethostbyname2(*toys.optargs, AF_INET); in arping_main()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp346 * @tc.desc: Verify the gethostbyname2 function's ability to retrieve host information for the "localhost"
352 hostent* hptr = gethostbyname2("localhost", AF_INET); in HWTEST_F()
363 * @tc.desc: Verify the thread-safe version of the gethostbyname2 function's ability to handle insufficient
383 * @tc.desc: Verify the thread-safe version of the gethostbyname2 function's ability to handle non-existing hostnames.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_ctrl.c469 h = gethostbyname2(name, AF_INET6); in wpa_ctrl_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_ctrl.c433 h = gethostbyname2(name, AF_INET6); in wpa_ctrl_open()

Completed in 7 milliseconds