Check standard asmap data (128 bits for IPv6).
Synopsis
Declared in <util/asmap.h>
bool
CheckStandardAsmap(std::span<std::byte const> data);
Return Value
true if the data is a standard asmap for IPv6 addresses.
Parameters
Name |
Description |
data |
The encoded asmap data to validate. |
Created with MrDocs