Home | History | Annotate | Download | only in qemu

Lines Matching full:restricted

796                           int restricted, const char *ip)
804 slirp_init(restricted, ip);
2226 int restricted = 0;
2238 restricted = (buf[0] == 'y') ? 1 : 0;
2244 ret = net_slirp_init(vlan, device, name, restricted, ip);