Return whether sub_net is exactly banned

Synopsis

Declared in <banman.h>

[[requires_capability(0x7f2e3ae94cc8)]]
bool
IsBanned(CSubNet const& sub_net);

Return Value

true if the exact subnet is banned.

Parameters

Name

Description

sub_net

The subnet to test.

Created with MrDocs