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

Name

Description

addr

the address to map.

Created with MrDocs