usbip_port_string 180 tools/usb/usbip/src/usbip_attach.c sockfd = usbip_net_tcp_connect(host, usbip_port_string); usbip_port_string 192 tools/usb/usbip/src/usbip_attach.c rc = record_connection(host, usbip_port_string, busid, rhport); usbip_port_string 132 tools/usb/usbip/src/usbip_list.c sockfd = usbip_net_tcp_connect(host, usbip_port_string); usbip_port_string 135 tools/usb/usbip/src/usbip_list.c usbip_port_string, gai_strerror(sockfd)); usbip_port_string 138 tools/usb/usbip/src/usbip_list.c dbg("connected to %s:%s", host, usbip_port_string); usbip_port_string 24 tools/usb/usbip/src/usbip_network.c char *usbip_port_string = "3240"; usbip_port_string 49 tools/usb/usbip/src/usbip_network.c usbip_port_string = arg; usbip_port_string 50 tools/usb/usbip/src/usbip_network.c info("using port %d (\"%s\")", usbip_port, usbip_port_string); usbip_port_string 18 tools/usb/usbip/src/usbip_network.h extern char *usbip_port_string; usbip_port_string 436 tools/usb/usbip/src/usbipd.c rc = getaddrinfo(host, usbip_port_string, &hints, &ai_head); usbip_port_string 438 tools/usb/usbip/src/usbipd.c err("failed to get a network address %s: %s", usbip_port_string,