/external/qemu/slirp-android/ |
libslirp.h | 23 int inet_strtoip(const char* str, uint32_t *ip);
|
slirp.c | 135 if (inet_strtoip(pIPAddr->IpAddress.String, &ip) == 0) { 185 if (inet_strtoip(buff2, &tmp_ip) < 0) 253 inet_strtoip("127.0.0.1", &loopback_addr_ip); 263 inet_strtoip(CTL_SPECIAL, &special_addr_ip); [all...] |
misc.c | 16 inet_strtoip(const char* str, uint32_t *ip) function
|
/external/qemu/android/ |
qemu-setup.c | 248 inet_strtoip("10.0.2.15", &guest_ip);
|
console.c | 942 if (inet_strtoip("10.0.2.15", &guest_ip) < 0) { [all...] |
/external/qemu/ |
vl-android.c | [all...] |
net-android.c | 302 if (inet_strtoip(buf, &ip) < 0) 980 if (inet_strtoip(buf, &guest_addr) < 0) { [all...] |