Home
last modified time | relevance | path

Searched refs:gethostbyname (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/node/deps/cares/
Dconfigure.ac235 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/
Dmc_verify_opts_error.c17 struct hostent *hp, *gethostbyname(); in main()
34 hp = gethostbyname(argv[1]); in main()
Dmc_verify_opts.c23 struct hostent *hp, *gethostbyname(); in main()
42 hp = gethostbyname(argv[1]); in main()
/third_party/openssl/
De_os.h282 struct hostent *gethostbyname(const char *name);
343 # define gethostbyname(name) gethostbyname((char*)name) macro
/third_party/ltp/testcases/network/multicast/mc_commo/
Dmc_recv.c29 struct hostent *hp, *gethostbyname(); in main()
48 if ((hp = gethostbyname(argv[2]))) in main()
Dmc_send.c24 struct hostent *hp, *gethostbyname(); in main()
49 if ((hp = gethostbyname(argv[2]))) { in main()
/third_party/ltp/testcases/network/multicast/mc_member/
Dmc_member_test.c26 struct hostent *hp, *gethostbyname(); in main()
75 hp = gethostbyname(interface); in main()
/third_party/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc1.c89 hp = gethostbyname(server); in main()
104 if ((hp = gethostbyname(host_name)) != NULL) in main()
/third_party/musl/src/network/
Dgethostbyname.c8 struct hostent *gethostbyname(const char *name) in gethostbyname() function
/third_party/musl/porting/liteos_a/user/src/misc/
Dgethostid.c22 hst = gethostbyname(host); in gethostid()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
Drpc_pmap_getmaps.c55 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
/third_party/ltp/testcases/network/sockets/
DltpClient.c115 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/
Drpc_pmap_getport.c56 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/
Drpc_clnttcp_create.c60 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_clnttcp_create_stress.c64 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_clnttcp_create_limits.c71 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/
Drpc_clntudp_create.c61 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_clntudp_create_stress.c65 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/
Drpc_clntudp_bufcreate.c61 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_clntudp_bufcreate_limits.c72 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/
Drpc_pmap_rmtcall.c62 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_pmap_rmtcall_stress.c66 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
/third_party/toybox/toys/lsb/
Dhostname.c64 if (!(h = gethostbyname(toybuf)))
/third_party/lwip/src/include/lwip/
Dnetdb.h133 #define gethostbyname(name) lwip_gethostbyname(name) macro
/third_party/musl/ndk_musl_include/
Dnetdb.h116 struct hostent *gethostbyname (const char *);

1234