GetNetwork
status_t GetNetwork(const char* name,
status_t GetNetwork(const char* name,
status_t GetNetwork(const BNetworkAddress& address,
status = device.GetNetwork(link, network);
status = device.GetNetwork(args[i], network);
return GetNetwork(address, network);
|| device.GetNetwork(*address, network) != B_OK)
&& device.GetNetwork(name, network) != B_OK) {
status = device.GetNetwork(link, network);
status = device.GetNetwork(networkName, network);
status = device.GetNetwork(link, network);
status = device.GetNetwork(argv[3], network);