Home | History | Annotate | Download | only in util

Lines Matching defs:on

34 static const int on=1, off=0;
142 /* listen on both ipv4 and ipv6 */
181 qemu_opt_set(opts, "ipv6", (e->family == SOCKET_IN6) ? "on" : "off");
182 qemu_opt_set(opts, "ipv4", (e->family != SOCKET_IN6) ? "on" : "off");
392 qemu_opt_set(opts, "ipv6", "on");
400 qemu_opt_set(opts, "ipv4", "on");
418 qemu_opt_set(opts, "ipv4", "on");
420 qemu_opt_set(opts, "ipv6", "on");
600 fprintf(stderr, "unix sockets are not available on windows\n");
606 fprintf(stderr, "unix sockets are not available on windows\n");
612 fprintf(stderr, "unix sockets are not available on windows\n");
618 fprintf(stderr, "unix sockets are not available on windows\n");