Lines Matching defs:host
29 " -r, --remote=<host> The machine with exported USB devices\n"
30 " -b, --busid=<busid> Busid of the device on <host>\n"
31 " -d, --device=<devid> Id of the virtual UDC on <host>\n";
39 static int record_connection(char *host, char *port, char *busid, int rhport)
68 host, port, busid);
174 static int attach_device(char *host, char *busid)
180 sockfd = usbip_net_tcp_connect(host, usbip_port_string);
192 rc = record_connection(host, usbip_port_string, busid, rhport);
209 char *host = NULL;
222 host = optarg;
233 if (!host || !busid)
236 ret = attach_device(host, busid);