Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-nbd.c406 const char *bindto, in nbd_build_socket_address() argument
419 inet->host = g_strdup(bindto); in nbd_build_socket_address()
535 const char *bindto = NULL; in main() local
688 bindto = optarg; in main()
849 setup_address_and_port(&bindto, &port); in main()
855 bindto, port, in main()
913 opts.saddr = nbd_build_socket_address(sockpath, bindto, port); in main()
915 tlshostname ? tlshostname : bindto); in main()
1054 opts.saddr = nbd_build_socket_address(sockpath, bindto, port); in main()