Lines Matching refs:qemu_opt_get
139 const char* socket_fd = qemu_opt_get(opts, "socket"); in inet_listen_opts()
145 if ((qemu_opt_get(opts, "host") == NULL) || in inet_listen_opts()
146 (qemu_opt_get(opts, "port") == NULL)) { in inet_listen_opts()
150 pstrcpy(port, sizeof(port), qemu_opt_get(opts, "port")); in inet_listen_opts()
151 addr = qemu_opt_get(opts, "host"); in inet_listen_opts()
242 const char* socket_fd = qemu_opt_get(opts, "socket"); in inet_connect_opts()
253 addr = qemu_opt_get(opts, "host"); in inet_connect_opts()
254 port = qemu_opt_get(opts, "port"); in inet_connect_opts()
324 addr = qemu_opt_get(opts, "host"); in inet_dgram_opts()
325 port = qemu_opt_get(opts, "port"); in inet_dgram_opts()
355 addr = qemu_opt_get(opts, "localaddr"); in inet_dgram_opts()
356 port = qemu_opt_get(opts, "localport"); in inet_dgram_opts()
512 qemu_opt_get(opts, "host"), in inet_listen()
513 qemu_opt_get(opts, "port"), in inet_listen()
517 qemu_opt_get(opts, "host"), in inet_listen()
518 qemu_opt_get(opts, "port"), in inet_listen()
544 const char *path = qemu_opt_get(opts, "path"); in unix_listen_opts()
594 const char *path = qemu_opt_get(opts, "path"); in unix_connect_opts()
646 snprintf(ostr, olen, "%s%s", qemu_opt_get(opts, "path"), optstr ? optstr : ""); in unix_listen()