CConnman::GetMappedAS

Return the autonomous system number the given address maps to.

Synopsis

Declared in <net.h>

uint32_t
GetMappedAS(CNetAddr const& addr) const;

Return Value

the autonomous system number the address maps to.

Parameters

NameDescription
addrthe address to map.