[#Interpret] = Interpret :mrdocs: Map an IP address to its Autonomous System Number using the given asmap. == Synopsis Declared in `<util/asmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint32_t Interpret( std::span<std::byte const> asmap, std::span<std::byte const> ip); ---- == Return Value The Autonomous System Number the IP address belongs to. == Parameters [cols="1,4"] |=== | Name| Description | *asmap* | The encoded asmap data to interpret. | *ip* | The IP address bits to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#