Searched refs:net_client_init (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dnet.h120 int net_client_init(Monitor *mon, const char *device, const char *p);
H A Dnet-android.c2189 int net_client_init(Monitor *mon, const char *device, const char *p) function
2515 if (net_client_init(mon, device, opts ? opts : "") < 0) {
2561 return net_client_init(NULL, device, p);
H A Dnet.c2085 int net_client_init(Monitor *mon, const char *device, const char *p) function
2411 if (net_client_init(mon, device, opts ? opts : "") < 0) {
2457 return net_client_init(NULL, device, p);
H A Dvl-android.c1542 if (net_client_init("nic", p) < 0)
H A Dvl.c1339 if (net_client_init(NULL, "nic", p) < 0)

Completed in 78 milliseconds