CNetAddr::SetInternal

Set this address to an internal address derived from a string or FQDN.

Synopsis

Declared in <netaddress.h>

bool
SetInternal(std::string const& name);

Return Value

True when the internal address was set.

Parameters

NameDescription
nameThe string or FQDN to hash into an internal address.