OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:guest_addr
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
net.c
820
struct in_addr
guest_addr
;
local
852
if (!inet_aton(buf, &
guest_addr
)) {
861
if (slirp_redir(is_udp, host_port,
guest_addr
, guest_port) < 0) {
[
all
...]
net-android.c
948
uint32_t
guest_addr
;
local
980
if (inet_strtoip(buf, &
guest_addr
) < 0) {
989
if (slirp_redir(is_udp, host_port,
guest_addr
, guest_port) < 0) {
[
all
...]
Completed in 75 milliseconds