[#CNetAddr-m_addr] = xref:CNetAddr.adoc[CNetAddr]::m_addr :relfileprefix: ../ :mrdocs: Raw representation of the network address. In network byte order (big endian) for IPv4 and IPv6. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c.adoc[prevector<ADDR_IPV6_SIZE, uint8_t>] m_addr = {ADDR_IPV6_SIZE, 0x0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#