[#CNetAddr-SetInternal] = xref:CNetAddr.adoc[CNetAddr]::SetInternal :relfileprefix: ../ :mrdocs: Set this address to an internal address derived from a string or FQDN. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool SetInternal(std::string const& name); ---- == Return Value True when the internal address was set. == Parameters [cols="1,4"] |=== | Name| Description | *name* | The string or FQDN to hash into an internal address. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#