/third_party/node/deps/cares/ |
D | configure.ac | 235 dnl gethostbyname without lib or in the nsl lib? 236 AC_CHECK_FUNC(gethostbyname, 239 [ AC_CHECK_LIB(nsl, gethostbyname, 247 dnl gethostbyname in the socket lib? 248 AC_CHECK_LIB(socket, gethostbyname, 258 AC_MSG_CHECKING([for gethostbyname with both nsl and socket libs]) 264 gethostbyname(); 295 AC_MSG_CHECKING([for gethostbyname in $winsock_LIB]) 312 gethostbyname("www.dummysite.com"); 329 AC_MSG_CHECKING([for gethostbyname for Minix 3]) [all …]
|
/third_party/ltp/testcases/network/multicast/mc_opts/ |
D | mc_verify_opts_error.c | 17 struct hostent *hp, *gethostbyname(); in main() 34 hp = gethostbyname(argv[1]); in main()
|
D | mc_verify_opts.c | 23 struct hostent *hp, *gethostbyname(); in main() 42 hp = gethostbyname(argv[1]); in main()
|
/third_party/openssl/ |
D | e_os.h | 282 struct hostent *gethostbyname(const char *name); 343 # define gethostbyname(name) gethostbyname((char*)name) macro
|
/third_party/ltp/testcases/network/multicast/mc_commo/ |
D | mc_recv.c | 29 struct hostent *hp, *gethostbyname(); in main() 48 if ((hp = gethostbyname(argv[2]))) in main()
|
D | mc_send.c | 24 struct hostent *hp, *gethostbyname(); in main() 49 if ((hp = gethostbyname(argv[2]))) { in main()
|
/third_party/ltp/testcases/network/multicast/mc_member/ |
D | mc_member_test.c | 26 struct hostent *hp, *gethostbyname(); in main() 75 hp = gethostbyname(interface); in main()
|
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
D | rpc1.c | 89 hp = gethostbyname(server); in main() 104 if ((hp = gethostbyname(host_name)) != NULL) in main()
|
/third_party/musl/src/network/ |
D | gethostbyname.c | 8 struct hostent *gethostbyname(const char *name) in gethostbyname() function
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | gethostid.c | 22 hst = gethostbyname(host); in gethostid()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/ |
D | rpc_pmap_getmaps.c | 55 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
/third_party/ltp/testcases/network/sockets/ |
D | ltpClient.c | 115 hostEntry = gethostbyname(hostName); in main() 316 hostEntry = gethostbyname(hostName); in ltp_run_traceroute_tests() 343 hostEntry = gethostbyname(hostName); in ltp_run_ping_tests()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/ |
D | rpc_pmap_getport.c | 56 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
D | rpc_clnttcp_create.c | 60 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
D | rpc_clnttcp_create_stress.c | 64 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
D | rpc_clnttcp_create_limits.c | 71 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
D | rpc_clntudp_create.c | 61 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
D | rpc_clntudp_create_stress.c | 65 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
D | rpc_clntudp_bufcreate.c | 61 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
D | rpc_clntudp_bufcreate_limits.c | 72 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
D | rpc_pmap_rmtcall.c | 62 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
D | rpc_pmap_rmtcall_stress.c | 66 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
|
/third_party/toybox/toys/lsb/ |
D | hostname.c | 64 if (!(h = gethostbyname(toybuf)))
|
/third_party/lwip/src/include/lwip/ |
D | netdb.h | 133 #define gethostbyname(name) lwip_gethostbyname(name) macro
|
/third_party/musl/ndk_musl_include/ |
D | netdb.h | 116 struct hostent *gethostbyname (const char *);
|