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 361 if (opts->shared_net_id) {
363 long shared_net_id = strtol(opts->shared_net_id, &end, 0); local
364 if (end == NULL || *end || shared_net_id < 1 || shared_net_id > 255) {
369 "net.shared_net_ip=10.1.2.%ld", shared_net_id);
1168 unsigned int shared_net_id = atoi(opts->shared_net_id); local
    [all...]
cmdline-options.h 144 OPT_PARAM( shared_net_id, "<number>", "join the shared network, using IP address 10.1.2.<number>")

Completed in 398 milliseconds