Lines Matching defs:network
2965 LogRel(("Started NAT network '%ls'\n", aNetworkName));
2967 LogRel(("Error %Rhrc starting NAT network '%ls'\n", rc, aNetworkName));
2995 LogRel(("Stopped NAT network '%ls'\n", aNetworkName));
2997 LogRel(("Error %Rhrc stopping NAT network '%ls'\n", rc, aNetworkName));
5076 NATNetwork *network = static_cast<NATNetwork *>(iNw);
5077 rc = network->COMGETTER(NetworkName)(name.asOutParam());
5078 rc = i_unregisterNATNetwork(network, true);
5088 * Remembers the given NAT network in the settings.
5146 * Removes the given NAT network from the settings.
5148 * @param aNATNetwork NAT network object to remove.