Searched refs:net_address (Results 1 – 1 of 1) sorted by relevance
290 const char* net_address = nullptr; in open_device() local295 net_address = serial + strlen("tcp:"); in open_device()299 net_address = serial + strlen("udp:"); in open_device()302 if (net_address != nullptr) { in open_device()304 if (!android::base::ParseNetAddress(net_address, &host, &port, nullptr, &error)) { in open_device()305 die("invalid network address '%s': %s\n", net_address, error.c_str()); in open_device()