Home | History | Annotate | Download | only in android

Lines Matching full:nic

1169         char nic[37];
1172 args[n++] = "nic,vlan=0";
1177 snprintf(nic, sizeof nic, "nic,vlan=1,macaddr=52:54:00:12:34:%02x", shared_net_id);
1178 args[n++] = strdup(nic);