Home | History | Annotate | Download | only in android

Lines Matching refs:shared_net_id

361     if (opts->shared_net_id) {
363 long shared_net_id = strtol(opts->shared_net_id, &end, 0);
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);
1167 if (opts->shared_net_id) {
1168 unsigned int shared_net_id = atoi(opts->shared_net_id);
1177 snprintf(nic, sizeof nic, "nic,vlan=1,macaddr=52:54:00:12:34:%02x", shared_net_id);