OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shared_net_id
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
main.c
413
if (opts->
shared_net_id
) {
415
long
shared_net_id
= strtol(opts->
shared_net_id
, &end, 0);
local
416
if (end == NULL || *end ||
shared_net_id
< 1 ||
shared_net_id
> 255) {
421
"net.shared_net_ip=10.1.2.%ld",
shared_net_id
);
1238
unsigned int
shared_net_id
= atoi(opts->
shared_net_id
);
local
[
all
...]
cmdline-options.h
142
OPT_PARAM(
shared_net_id
, "<number>", "join the shared network, using IP address 10.1.2.<number>")
Completed in 602 milliseconds