Home
last modified time | relevance | path

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

/xen/tools/libvchan/
A Dvchan-socket-proxy.c398 const char *socket_path; in main() local
434 socket_path = argv[optind+2]; in main()
443 if (strcmp(socket_path, "-") == 0) { in main()
447 socket_fd = listen_socket(socket_path); in main()
478 if (strcmp(socket_path, "-") == 0) { in main()
482 state.input_fd = state.output_fd = connect_socket(socket_path); in main()
492 if (socket_path[0] != '/') in main()
496 if (strcmp(socket_path, "-") != 0) in main()
515 if (strcmp(socket_path, "-") == 0) in main()

Completed in 3 milliseconds