Home
last modified time | relevance | path

Searched refs:bindto (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dqemu-nbd.c409 const char *bindto, in nbd_build_socket_address() argument
422 inet->host = g_strdup(bindto); in nbd_build_socket_address()
538 const char *bindto = NULL; in main() local
692 bindto = optarg; in main()
853 setup_address_and_port(&bindto, &port); in main()
859 bindto, port, in main()
917 opts.saddr = nbd_build_socket_address(sockpath, bindto, port); in main()
919 tlshostname ? tlshostname : bindto); in main()
1058 opts.saddr = nbd_build_socket_address(sockpath, bindto, port); in main()