Searched refs:gethostbyname2 (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
H A D | gethostbyname2.c | 36 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 D | gethostbyname.c | 10 return gethostbyname2(name, AF_INET); in gethostbyname()
|
H A D | gethostbyname2.c | 8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | netdb.h | 135 struct hostent *gethostbyname2(const char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | netdb.h | 135 struct hostent *gethostbyname2(const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | netdb.h | 135 struct hostent *gethostbyname2(const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | netdb.h | 135 struct hostent *gethostbyname2(const char *, int);
|
/third_party/musl/include/ |
H A D | netdb.h | 161 struct hostent *gethostbyname2(const char *, int);
|
/third_party/toybox/toys/pending/ |
H A D | arping.c | 225 struct hostent *hp = gethostbyname2(*toys.optargs, AF_INET); in arping_main()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | netdb_test.cpp | 346 * @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 D | wpa_ctrl.c | 469 h = gethostbyname2(name, AF_INET6); in wpa_ctrl_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_ctrl.c | 433 h = gethostbyname2(name, AF_INET6); in wpa_ctrl_open()
|
Completed in 7 milliseconds