HomeSort by relevance Sort by last modified time
    Searched refs:gethostbyname (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /development/tools/axl/
udpEater.py 34 ip = socket.gethostbyname(hostname)
udpServer.py 15 ip = socket.gethostbyname(hostname)
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
rpc_pmap_getmaps.c 55 if ((hp = gethostbyname(argc[1])) == NULL) {
56 fprintf(stderr, "gethostbyname failed\n");
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
rpc_pmap_getport.c 56 if ((hp = gethostbyname(argc[1])) == NULL) {
57 fprintf(stderr, "gethostbyname failed\n");
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
rpc_clnttcp_create.c 59 if ((hp = gethostbyname(argc[1])) == NULL) {
rpc_clnttcp_create_limits.c 70 if ((hp = gethostbyname(argc[1])) == NULL) {
rpc_clnttcp_create_stress.c 63 if ((hp = gethostbyname(argc[1])) == NULL) {
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 66 struct hostent* he = gethostbyname(host.c_str());
83 struct hostent* he = gethostbyname(host.c_str());
  /external/ltp/testcases/network/multicast/mc_opts/
mc_verify_opts_error.c 17 struct hostent *hp, *gethostbyname();
34 hp = gethostbyname(argv[1]);
mc_verify_opts.c 23 struct hostent *hp, *gethostbyname();
42 hp = gethostbyname(argv[1]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
ftp.py 82 r.bind((gethostbyname(gethostname()), port))
92 hostaddr = gethostbyname(hostname)
  /external/ltp/testcases/network/multicast/mc_commo/
mc_recv.c 29 struct hostent *hp, *gethostbyname();
48 if ((hp = gethostbyname(argv[2])))
mc_send.c 24 struct hostent *hp, *gethostbyname();
49 if ((hp = gethostbyname(argv[2]))) {
  /external/python/cpython2/Demo/sockets/
ftp.py 82 r.bind((gethostbyname(gethostname()), port))
92 hostaddr = gethostbyname(hostname)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 54 #undef gethostbyname macro
55 #define gethostbyname(a) gethostbyname_IPV6INCOMPATIBLE macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
GetHostByName.c 56 pHost = gethostbyname ( Argv[1]);
  /external/autotest/server/hosts/
repair.py 30 socket.gethostbyname(host.hostname)
  /external/curl/tests/server/
resolve.c 143 /* gethostbyname() resolve */
146 he = gethostbyname(host);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall.c 62 if ((hp = gethostbyname(argc[1])) == NULL) {
63 fprintf(stderr, "gethostbyname failed\n");
rpc_pmap_rmtcall_stress.c 66 if ((hp = gethostbyname(argc[1])) == NULL) {
67 fprintf(stderr, "gethostbyname failed\n");
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
rpc_clntudp_bufcreate.c 60 if ((hp = gethostbyname(argc[1])) == NULL) {
rpc_clntudp_bufcreate_limits.c 71 if ((hp = gethostbyname(argc[1])) == NULL) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
rpc_clntudp_create.c 60 if ((hp = gethostbyname(argc[1])) == NULL) {
rpc_clntudp_create_stress.c 64 if ((hp = gethostbyname(argc[1])) == NULL) {
  /external/ppp/pppd/plugins/radius/
ip_util.c 37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)

Completed in 535 milliseconds

1 2 3 4 5 6 7 8