HomeSort by relevance Sort by last modified time
    Searched full:guest_ip (Results 1 - 10 of 10) sorted by null

  /external/qemu/android/
qemu-setup.c 227 uint32_t guest_ip; local
241 inet_strtoip("10.0.2.15", &guest_ip);
279 slirp_redir( 0, adb_port, guest_ip, 5555 );
307 if ( slirp_redir( 0, base_port+1, guest_ip, 5555 ) < 0 )
console.c 87 unsigned int guest_ip; member in struct:__anon9404
142 unsigned int guest_ip,
164 redir->guest_ip = guest_ip;
916 uint32_t guest_ip; local
942 if (inet_strtoip("10.0.2.15", &guest_ip) < 0) {
949 guest_ip, guest_port ) < 0 )
955 if (slirp_redir(host_proto, host_port, guest_ip, guest_port) < 0) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 95 guest_IP (this may be entirely unrelated to where the insn is
140 /*IN*/ Addr64 guest_IP,
guest_ppc_defs.h 57 Addr64 guest_IP,
guest_arm_defs.h 50 Addr64 guest_IP,
guest_x86_defs.h 56 Addr64 guest_IP,
guest_amd64_defs.h 56 Addr64 guest_IP,
guest_ppc_toIR.c     [all...]
  /external/qemu/slirp-android/
slirp.c 1180 uint32_t guest_ip, int guest_port)
1184 guest_ip,
1188 if (!solisten(host_port, guest_ip, guest_port, 0))
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 199 static IRExpr* mk_ecu_Expr ( Addr64 guest_IP )
203 = VG_(make_depth_1_ExeContext_from_Addr)( (Addr)guest_IP );
    [all...]

Completed in 888 milliseconds