Home
last modified time | relevance | path

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

123456

/external/autotest/server/tests/barriertest_2client/
Dcontrol.srv41 barrier = job.barrier(socket.gethostbyname(platform.node()),
44 barrier.rendezvous(socket.gethostbyname(master_hostname),
45 socket.gethostbyname(client_hostname))
49 barrier = job.barrier(socket.gethostbyname(platform.node()) + '#42',
52 barrier.rendezvous(socket.gethostbyname(master_hostname) + '#42',
53 socket.gethostbyname(client_hostname) + '#42')
/external/c-ares/
Dconfigure.ac212 dnl gethostbyname without lib or in the nsl lib?
213 AC_CHECK_FUNC(gethostbyname,
216 [ AC_CHECK_LIB(nsl, gethostbyname,
224 dnl gethostbyname in the socket lib?
225 AC_CHECK_LIB(socket, gethostbyname,
235 AC_MSG_CHECKING([for gethostbyname with both nsl and socket libs])
241 gethostbyname();
272 AC_MSG_CHECKING([for gethostbyname in $winsock_LIB])
289 gethostbyname("www.dummysite.com");
306 AC_MSG_CHECKING([for gethostbyname for Minix 3])
[all …]
/external/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()
/external/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()
/external/chromium-libpac/src/
Dproxy_resolver_js_bindings.cc66 struct hostent* he = gethostbyname(host.c_str()); in DnsResolveImpl()
83 struct hostent* he = gethostbyname(host.c_str()); in DnsResolveExImpl()
/external/python/cpython2/Demo/sockets/
Dftp.py82 r.bind((gethostbyname(gethostname()), port))
92 hostaddr = gethostbyname(hostname)
/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py69 if (socket.gethostbyname(address[0]) !=
70 socket.gethostbyname(self.destination[0])):
/external/autotest/site_utils/rpm_control_system/
Drpm_dispatcher.py225 address = socket.gethostbyname(socket.gethostname())
249 address = socket.gethostbyname(socket.gethostname())
/external/ltp/testcases/network/multicast/mc_member/
Dmc_member_test.c26 struct hostent *hp, *gethostbyname(); in main()
75 hp = gethostbyname(interface); in main()
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc1.c89 hp = gethostbyname(server); in main()
104 if ((hp = gethostbyname(host_name)) != NULL) in main()
/external/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()
/external/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()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create.c59 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_clnttcp_create_stress.c63 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_clnttcp_create_limits.c70 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
Drpc_clntudp_create.c60 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
Drpc_clntudp_create_stress.c64 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
Drpc_clntudp_bufcreate.c60 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
/external/python/cpython2/Mac/Demo/example1/
Ddnslookup-1.py50 value = socket.gethostbyname(str)
/external/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()
/external/autotest/server/hosts/
Drepair.py30 socket.gethostbyname(host.hostname)
/external/ppp/pppd/plugins/radius/
Dip_util.c37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL) in rc_get_ipaddr()

123456