Home
last modified time | relevance | path

Searched refs:rhost (Results 1 – 3 of 3) sorted by path

/qemu/net/
H A Dsocket.c638 const char *rhost, in net_socket_udp_init() argument
650 if (parse_host_port(&raddr, rhost, errp) < 0) { in net_socket_udp_init()
/qemu/tests/fp/
H A Dfp-bench.c558 int rhost; in set_host_precision() local
562 rhost = FE_TONEAREST; in set_host_precision()
565 rhost = FE_TOWARDZERO; in set_host_precision()
568 rhost = FE_DOWNWARD; in set_host_precision()
571 rhost = FE_UPWARD; in set_host_precision()
580 if (fesetround(rhost)) { in set_host_precision()
/qemu/tests/
H A Dvhost-user-bridge.c769 static const char *rhost = DEFAULT_RHOST; variable
789 if (vubr_parse_host_port(&rhost, &rport, optarg) < 0) { in main()
810 DPRINT("remote: %s:%s\n", rhost, rport); in main()
821 vubr_backend_udp_setup(dev, lhost, lport, rhost, rport); in main()