Searched refs:usbip_port_string (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c180 sockfd = usbip_net_tcp_connect(host, usbip_port_string);
192 rc = record_connection(host, usbip_port_string, busid, rhport);
H A Dusbip_network.c24 char *usbip_port_string = "3240"; variable
49 usbip_port_string = arg;
50 info("using port %d (\"%s\")", usbip_port, usbip_port_string);
H A Dusbip_list.c133 sockfd = usbip_net_tcp_connect(host, usbip_port_string);
136 usbip_port_string, gai_strerror(sockfd));
139 dbg("connected to %s:%s", host, usbip_port_string);
H A Dusbip_network.h18 extern char *usbip_port_string;
H A Dusbipd.c436 rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head);
438 err("failed to get a network address %s: %s", usbip_port_string,

Completed in 141 milliseconds