Searched refs:usbip_port_string (Results  1 – 5 of 5) sorted by relevance
| /linux-4.1.27/tools/usb/usbip/src/ | 
| D | usbip_list.c | 135 	sockfd = usbip_net_tcp_connect(host, usbip_port_string);  in list_exported_devices() 138 		    usbip_port_string, gai_strerror(sockfd));  in list_exported_devices() 141 	dbg("connected to %s:%s", host, usbip_port_string);  in list_exported_devices()
  | 
| D | usbip_network.c | 36 char *usbip_port_string = "3240";  variable 61 	usbip_port_string = arg;  in usbip_setup_port_number() 62 	info("using port %d (\"%s\")", usbip_port, usbip_port_string);  in usbip_setup_port_number()
  | 
| D | usbip_attach.c | 178 	sockfd = usbip_net_tcp_connect(host, usbip_port_string);  in attach_device() 192 	rc = record_connection(host, usbip_port_string, busid, rhport);  in attach_device()
  | 
| D | usbip_network.h | 17 extern char *usbip_port_string;
  | 
| D | usbipd.c | 429 	rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head);  in do_getaddrinfo() 431 		err("failed to get a network address %s: %s", usbip_port_string,  in do_getaddrinfo()
  |