HomeSort by relevance Sort by last modified time
    Searched refs:shared_net_id (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
main.c 357 if (opts->shared_net_id) {
359 long shared_net_id = strtol(opts->shared_net_id, &end, 0); local
360 if (end == NULL || *end || shared_net_id < 1 || shared_net_id > 255) {
365 "net.shared_net_ip=10.1.2.%ld", shared_net_id);
1164 unsigned int shared_net_id = atoi(opts->shared_net_id); local
    [all...]
cmdline-options.h 143 OPT_PARAM( shared_net_id, "<number>", "join the shared network, using IP address 10.1.2.<number>")

Completed in 219 milliseconds